Click or drag to resize

PathGetLongFrom83ShortPath Method

[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(
	string path
)

Parameters

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

Return Value

Type: String
The regular full path.
See Also