- Home
·
- Miscellaneous
·
- Determine if a file exists or not (no API calls required, only one line of code)
Determine if a file exists or not (no API calls required, only one line of code)
Determine if a file exists or not (no API calls required, only one line of code)
Rate Determine if a file exists or not (no API calls required, only one line of code)
(2(2 Vote))
DoesFileExist = Dir(filename) <> ""
End Function
Determine if a file exists or not (no API calls required, only one line of code) Comments
No comments yet — be the first to post one!
Post a Comment