MachineEnvironmentResolveSpecialFolderPath Method

Resolves a path that might have special folder identifies to an actual path on the machine.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public string ResolveSpecialFolderPath(
	string path
)

Parameters

path  String
The path that needs resolving

Return Value

String
The resolved path.

See Also