| DbPathProviderFileExists Method | 
            Finds whether the file, which is part of given virtual path, exists on the virtual file system or on the normal file system.
            
 
Namespace: CMS.VirtualPathProviderAssembly: CMS.VirtualPathProvider (in CMS.VirtualPathProvider.dll) Version: 13.0.131
 Syntax
Syntaxpublic override bool FileExists(
	string virtualPath
)
Parameters
- virtualPath
- Type: SystemString
 Virtual path
Return Value
Type: 
Boolean See Also
See Also