Click or drag to resize
PathGetLongFrom83ShortPath Method (KernelTransaction, String)
[AlphaFS] Converts the specified existing path to its regular long form.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static string GetLongFrom83ShortPath(
	KernelTransaction transaction,
	string path
)

Parameters

transaction
Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction.
path
Type: SystemString
An existing path to a folder or file.

Return Value

Type: String
The regular full path.
See Also