Click or drag to resize

PathGetRegularPath Method

[AlphaFS] Gets the regular path from long prefixed one. i.e.: "\\?\C:\Temp\file.txt" to C:\Temp\file.txt" or: "\\?\UNC\Server\share\file.txt" to "\\Server\share\file.txt".

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static string GetRegularPath(
	string path
)

Parameters

path
Type: SystemString
The path.

Return Value

Type: String
Regular form path string.
Exceptions
Remarks
This method does not handle paths with volume names, eg. \\?\Volume{GUID}\Folder\file.txt.
See Also