PathGetShort83Path Method (KernelTransaction, String) |
[AlphaFS] Retrieves the short path form of the specified path.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static string GetShort83Path(
KernelTransaction transaction,
string path
)
Public Shared Function GetShort83Path (
transaction As KernelTransaction,
path As String
) As String
public:
static String^ GetShort83Path(
KernelTransaction^ transaction,
String^ path
)
static member GetShort83Path :
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:
StringA path that has the 8.3 path form.
Remarks Will fail on NTFS volumes with disabled 8.3 name generation.
Remarks The path must actually exist to be able to get the short path name.
See Also