[AlphaFS] Makes a Unicode path (LongPath) of the specified
path by prefixing
LongPathPrefix.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
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 local or UNC path to the file or directory.
Return Value
Type:
StringReturns the
path prefixed with a
LongPathPrefix.
See Also