PathFindExistingDirectory Method |
Finds the existing folder based on the given relative path
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 12.0.0
Syntax public static bool FindExistingDirectory(
ref string path,
bool tryMappedPath
)
Parameters
- path
- Type: SystemString
Relative path to folder - tryMappedPath
- Type: SystemBoolean
If true, the check tries also the mapped path
Return Value
Type:
BooleanSee Also