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