Click or drag to resize

VirtualPathUtility Class

Helper class for working with virtual file paths.
Inheritance Hierarchy
SystemObject
  NeoAxisVirtualPathUtility

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static class VirtualPathUtility

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