VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Get a short file name by converting to 8.3 compliant file.

Anonymous  (267 Submissions)   Files/File Controls/Input/Output   Visual Basic 4.0 (32-bit)   Unknown Difficulty   Sun 12th April 1998   Mon 8th February 2021

Get a short file name by converting to 8.3 compliant file.

API Declarations


Private Declare Function apiGetShortPathName Lib "Kernel32" Alias "GetShortPathNameA" (ByVal lpszLongPath As String, ByVal lpszShortPath As String, ByVal cchBuffer As Long) As Long


Rate Get a short file name by converting to 8.3 compliant file. (2(2 Vote))
Get a short file name by converting to 8.3 compliant file..bas

Get a short file name by converting to 8.3 compliant file. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters