Click or drag to resize

VirtualPathUtilityGetRealPathByAllFiles Method

Converts all files path to path of real file system.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static string GetRealPathByAllFiles(
	string projectPath
)

Parameters

projectPath  String
The virtual file path.

Return Value

String
The real file path.
See Also