\' Display the names in C:\\ that represent directories.
MyPath = \"c:\\\" \' Set the path.
MyName = Dir(MyPath, vbDirectory) \' Retrieve the first entry.
Do Whi
Returns a string representing the name of a file, directory, or folder that matches a specified pattern or file attribute, or the volume label of a drive.