moke123
AWF VIP
- Local time
- Yesterday, 21:53
- Joined
- Jan 11, 2013
- Messages
- 4,414
I have the following code to check for the existence, or not, of a backup directory with three possible paths
Might it then make more sense to test for a file or folder on the target drive rather than the drive itself?
fso.FileExists()
fso.FolderExists()
These methods return false if the drive is not connected.
see answers in threads 2,3,7,12
Last edited: