VirtualPathUtilityGetRealPathByProject Method |
Converts a local project path 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 GetRealPathByProject(
string projectPath
)
Parameters
- projectPath String
- The virtual file path.
Return Value
StringThe real file path.
See Also