conerting path
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Hi Is there a way of converting the path written in 32 bit way to 16-bit in VB? e.g. i want to convert c:\my documents\try\usinggrids to c:\mydocu~1\try\usingg~1 please do let me know if there is a way thanks Mohith ;) be the change that you want to see in the world
-
Hi Is there a way of converting the path written in 32 bit way to 16-bit in VB? e.g. i want to convert c:\my documents\try\usinggrids to c:\mydocu~1\try\usingg~1 please do let me know if there is a way thanks Mohith ;) be the change that you want to see in the world
Check out the
GetShortPathName()
API. Jeremy L. Falcon "The One Who Said, 'The One Who Said...'"