Click or drag to resize

PathCollectionGetLongPath Method

A wrapper for ShellApi.GetLongPathName

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public static string GetLongPath(
	string pPath
)

Parameters

pPath
Type: SystemString
A file system path that is suspected to be in 8.3 stye (c:\docume~1\filexy~2.txt)

Return Value

Type: String
The long file name
See Also