Link to home
Start Free TrialLog in
Avatar of lbowers
lbowersFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Verifying an empty directory exists...

I need to verify that a directory exists (even if it's empty). Does DIR() only work at file level as I don't seem to be able to get it to recognise an empty dir. It appears to work if the dir contains one or more files, but my program needs empty directories.
ASKER CERTIFIED SOLUTION
Avatar of clifABB
clifABB

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial