|
-
Jan 8th, 2000, 01:20 AM
#1
I am trying to convert The Windows Long Path To Dos Short Path
C:\Program Files\Microsoft\
C:\Progra~1\Micros~1\
I was useing the
Declare Function GetShortPathName Lib "kernel32" (ByVal lpszLongPath As String, ByVal lpszShortPath As String, ByVal cchBuffer As Long) As Long
but, i get the error
"Can Not Find GetShortPathName Insertion Point In Kernel32"
Is there another way to do this?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|