Código: Selecionar todos
#define NAME_LEN 255
function LF_ToShort( cLongFileName )
local cShortFileName := space( NAME_LEN )
local nLen
nLen := wapi_GetShortPathName( cLongFileName, @cShortFileName, NAME_LEN)
// You may want to check the value of <nLen> for safety
return cShortFileName Itamar M. Lins Jr.
