| PathFindExistingFile Method | 
            Finds the existing file based on the given relative path
            
 
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 13.0.131
 Syntax
Syntaxpublic static bool FindExistingFile(
	ref string path,
	bool tryMappedPath
)
Parameters
- path
- Type: SystemString
 Relative path to file
- tryMappedPath
- Type: SystemBoolean
 If true, the check tries also the mapped path
Return Value
Type: 
Boolean See Also
See Also