Sponsors
GetShortPathName
in Files
Function name: GetShortPathName
Defined in : Kernel32
Requirements : Windows NT 3.5(1) or later; Windows 95 or later
Declaration:
Declare Function GetShortPathName Lib "kernel32" Alias "GetShortPathNameA" (ByVal lpszLongPath As String, ByVal lpszShortPath As String, ByVal cchBuffer As Long) As Long
Parameters:
Returns:
Related functions:
Examples:
Sorry, this function has no examples yet.