Click or drag to resize

PathGetLongPath Method

Makes an extended long path from the specified path by prefixing LongPathPrefix.

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

Parameters

path
Type: SystemString
The path to the file or directory, this can also be an UNC path.

Return Value

Type: String
The path prefixed with a LongPathPrefix, the minimum required full path is: "C:\".
Exceptions
Remarks
This method does not verify that the resulting path and file name are valid, or that they see an existing file on the associated volume.
See Also