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
)
Public Shared Function GetLongPath (
path As String
) As String
public:
static String^ GetLongPath(
String^ path
)
static member GetLongPath :
path : string -> string
Parameters
- path
- Type: SystemString
The path to the file or directory, this can also be an UNC path.
Return Value
Type:
StringThe
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