PathFindExistingFile Method |
Finds the existing file based on the given relative path
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 12.0.0
Syntax public 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:
BooleanSee Also