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: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static class VirtualPathUtility

The VirtualPathUtility type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetProjectPathByReal(String)
Converts a file path of real file system to a local project path.
Public methodStatic memberGetProjectPathByReal(String, String)
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 memberIsCorrectFileName
Public methodStatic memberIsUserDirectoryPath
Public methodStatic memberNormalizePath
Top
See Also