PathCollectionGetLongPath Method |
A wrapper for ShellApi.GetLongPathName
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public static string GetLongPath(
string pPath
)
Public Shared Function GetLongPath (
pPath As String
) As String
public:
static String^ GetLongPath(
String^ pPath
)
static member GetLongPath :
pPath : string -> string
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:
StringThe long file name
See Also