PathGetShort83PathTransacted Method |
[AlphaFS] Retrieves the short path form of the specified path.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static string GetShort83PathTransacted(
KernelTransaction transaction,
string path
)
Public Shared Function GetShort83PathTransacted (
transaction As KernelTransaction,
path As String
) As String
public:
static String^ GetShort83PathTransacted(
KernelTransaction^ transaction,
String^ path
)
static member GetShort83PathTransacted :
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.
Exceptions 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