Open regorxxx opened 2 years ago
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. gr-helpers.js
Thanks, I've updated those.
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()