Click or drag to resize

VirtualPathUtility Methods

The VirtualPathUtility type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGetAllFilesPathByReal(String) Converts a file path of real file system to all files path.
Public methodStatic memberGetAllFilesPathByReal(String, String) 
Public methodStatic memberGetProjectPathByReal(String) Converts a file path of real file system to a local project path.
Public methodStatic memberGetProjectPathByReal(String, String) 
Public methodStatic memberGetRealPathByAllFiles Converts all files path to path of real file system.
Public methodStatic memberGetRealPathByProject Converts a local project path to path of real file system.
Public methodStatic memberGetRealPathByVirtual Converts a file path of virtual file system to path of real file system.
Public methodStatic memberGetVirtualPathByReal(String, Boolean) Converts a file path of real file system to path of virtual file system.
Public methodStatic memberGetVirtualPathByReal(String, Boolean, String) 
Public methodStatic memberIsCorrectDirectoryName 
Public methodStatic memberIsCorrectFileName 
Public methodStatic memberIsUserDirectoryPath 
Public methodStatic memberNormalizePath 
Top
See Also