- Home
·
- Miscellaneous
·
- Determine if the specified directory exists (no API calls, just one line of code)
Determine if the specified directory exists (no API calls, just one line of code)
Determine if the specified directory exists (no API calls, just one line of code)
Rate Determine if the specified directory exists (no API calls, just one line of code)
(1(1 Vote))
DoesDirectoryExist = Dir(DirPath, vbDirectory) <> ""
End Function
Determine if the specified directory exists (no API calls, just one line of code) Comments
No comments yet — be the first to post one!
Post a Comment