PathGetShort83Path 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 GetShort83Path(
string path
)
Public Shared Function GetShort83Path (
path As String
) As String
public:
static String^ GetShort83Path(
String^ path
)
static member GetShort83Path :
path : string -> string
Parameters
- 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