How can I tell a directory is hidden?
I have a program that reads through the current directory and allows you to then move down the tree into the next directory.
Sadly, hidden directories cause a Run Time Error : Directory Does Not Exist.
How can I trap this? Can I get file attributes somehow, or is there another way without writing a C++ .dll or running a DOS script?
HELP! ;O)
I have a program that reads through the current directory and allows you to then move down the tree into the next directory.
Sadly, hidden directories cause a Run Time Error : Directory Does Not Exist.
How can I trap this? Can I get file attributes somehow, or is there another way without writing a C++ .dll or running a DOS script?
HELP! ;O)