VirtualPathUtilityGetRealPathByVirtual Method |
Converts a file path of virtual file system to path of real file system.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static string GetRealPathByVirtual(
string virtualPath
)
Parameters
- virtualPath String
- The virtual file path.
Return Value
StringThe real file path.
See Also