Click or drag to resize

PathCollectionGetLongPath Method

A wrapper for ShellApi.GetLongPathName

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

Parameters

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

Return Value

String
The long file name
See Also