http://www.vb-helper.com/HowTo/filename.zip

	Purpose
Change between long and short file names

	Method
To convert from long to short file names, use the GetShortPathName API
function.

To convert from short to longn file names, break the short name into
directory pieces. Use Dir$ to get the long name for each piece.

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
