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