Quote:
>Is there an API call that will alow a short file path (stored in 8.3
>format) to long path? I know the reverse is possible but I drew a
>blank when searching for S -> L...
Private Declare Function SKGetLongPathName Lib "VB5STKIT.DLL" _
Alias "GetLongPathName" _
(ByVal LongPath$, ByVal ShortPath$, ByVal BufferSize&) As Long
Best wishes, Murray
Quote:
>Marios