FileExistsInFileSystem Method |
Returns whether given file exist in file system.
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 12.0.0
Syntax protected virtual bool ExistsInFileSystem(
string path
)
Parameters
- path
- Type: SystemString
Path to given file.
Return Value
Type:
BooleanSee Also