PathGetLongFrom83ShortPath Method (KernelTransaction, 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(
KernelTransaction transaction,
string path
)
Public Shared Function GetLongFrom83ShortPath (
transaction As KernelTransaction,
path As String
) As String
public:
static String^ GetLongFrom83ShortPath(
KernelTransaction^ transaction,
String^ path
)
static member GetLongFrom83ShortPath :
transaction : KernelTransaction *
path : string -> string
Parameters
- transaction
- Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction. - path
- Type: SystemString
An existing path to a folder or file.
Return Value
Type:
StringThe regular full path.
See Also