VirtualPathUtilityGetRealPathByVirtual Method |
Converts a file path of virtual file system to path of real file system.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static string GetRealPathByVirtual(
string virtualPath
)
Parameters
- virtualPath
- Type: SystemString
The virtual file path.
Return Value
Type:
StringThe real file path.
See Also