Click or drag to resize

VirtualPathUtilityGetRealPathByVirtual Method

Converts a file path of virtual file system 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 GetRealPathByVirtual(
	string virtualPath
)

Parameters

virtualPath  String
The virtual file path.

Return Value

String
The real file path.
See Also