Click or drag to resize
PathGetLongPath Method
[AlphaFS] Makes a Unicode path (LongPath) of the specified path by prefixing LongPathPrefix.

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

Parameters

path
Type: SystemString
The local or UNC path to the file or directory.

Return Value

Type: String
Returns the path prefixed with a LongPathPrefix.
See Also