PathGetLongFrom83ShortPath Method (String) |
[AlphaFS] Converts the specified existing path to its regular long form.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static string GetLongFrom83ShortPath(
string path
)
Public Shared Function GetLongFrom83ShortPath (
path As String
) As String
public:
static String^ GetLongFrom83ShortPath(
String^ path
)
static member GetLongFrom83ShortPath :
path : string -> string
Parameters
- path
- Type: SystemString
An existing path to a folder or file.
Return Value
Type:
StringThe regular full path.
See Also