Click or drag to resize

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
)

Parameters

path
Type: SystemString
An existing path to a folder or file.

Return Value

Type: String
A 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