Determines whether the specified file exists.
Namespace: CMS.FileSystemStorageAssembly: CMS.FileSystemStorage (in CMS.FileSystemStorage.dll) Version: 8.2.23
Syntax public override bool Exists(
string path
)
Parameters
- path
- Type: SystemString
Path to file
Return Value
Type:
BooleanSee Also