Quote:
|
Originally Posted by sgt_pinky
Note, its good practise to convert directories to either uppercase or lowercase, because otherwise you will compare the directories, and it will think they are different, even though they arent. 
|
This is ESPECIALLY important if you have to work in Win9x! Although you might see upper and/or lower case letters in Explorer, all the directory and file functions return lower-case only - I spent a week working on a problem like this because I forgot this icky little fact!
|
__________________
"With the appearance of the AddressOf operator, an entire industry has developed among authors illustrating how to do previously impossible tasks using Visual Basic. Another industry is rapidly developing among consultants helping users who have gotten into trouble attempting these tasks." -Dan Appleman
|