Click or drag to resize

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
C#
public static string GetRealPathByProject(
	string projectPath
)

Parameters

projectPath
Type: SystemString
The virtual file path.

Return Value

Type: String
The real file path.
See Also