| PathFindExistingDirectory Method  | 
            Finds the existing folder based on the given relative path
            
 
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntaxpublic 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: 
Boolean
See Also