-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
utils.IsDirectory and Utils.IsFile broken on some Disks #192
Comments
regorxxx
added a commit
to regorxxx/Playlist-Tools-SMP
that referenced
this issue
Oct 23, 2022
regorxxx
added a commit
to regorxxx/Search-by-Distance-SMP
that referenced
this issue
Oct 23, 2022
https://hydrogenaud.io/index.php/topic,111060.msg1022069.html#msg1022069 And here you go another instance of this problem. @Wil-B |
@TT-ReBORN you should also check your helpers, since the last time I checked it all the IsFile and IsFolder methods where not wrapped within try/catch. |
Thanks, I've updated those. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are problems with virtual drives, disc readers, removable SD Card devices, etc.
Note the FSO approach works fine on those cases.
new ActiveXObject('Scripting.FileSystemObject').FolderExists()
The text was updated successfully, but these errors were encountered: