Article ID: 163227 - Last Review: February 10, 2005 - Revision: 2.2 How To Get a Long Filename from a Short FilenameThis article was previously published under Q163227 On This PageSUMMARY
The Dir() function can be used to return a long filename but it does not
include path information. By parsing a given short path/filename into its
constituent directories, you can use the Dir() function to build a long
path/filename. This article demonstrates how to accomplish this behavior.
MORE INFORMATION
The following code example includes a function that converts short
filenames into their long filename equivalents and also includes a simple
demonstration of the function's use.
Step-by-Step Example
REFERENCES
Microsoft Visual Basic Online Help
APPLIES TO
| Article Translations
|
Back to the top
