VirtualPathUtilityGetRealPathByAllFiles Method |
Converts all files 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 GetRealPathByAllFiles(
string projectPath
)
Parameters
- projectPath String
- The virtual file path.
Return Value
StringThe real file path.
See Also