You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Not sure this project is active but thought I'd add an issue I had with AbZipKit and AbDriveIsRemovable.
When using a USB drive for storage of my zip files, I kept getting "Insert Floppy" messages. This is a 2 gig USB. I tracked it down to AbDriveIsRemovable. I just hard coded it to return "false" so I could make it work. However, maybe a property could be added, something like "CheckRemovable," or maybe add some additional checks to the result from AbDriveIsRemovable, like archivetype = atSpannedZip, and/or SpanningThreshold > 0. Or, is there some other way to handle this problem besides changing the source function?
Just thought I'd put this out there.
The text was updated successfully, but these errors were encountered:
Hi. Not sure this project is active but thought I'd add an issue I had with AbZipKit and AbDriveIsRemovable.
When using a USB drive for storage of my zip files, I kept getting "Insert Floppy" messages. This is a 2 gig USB. I tracked it down to AbDriveIsRemovable. I just hard coded it to return "false" so I could make it work. However, maybe a property could be added, something like "
CheckRemovable
," or maybe add some additional checks to the result from AbDriveIsRemovable, likearchivetype = atSpannedZip, and/or SpanningThreshold > 0
. Or, is there some other way to handle this problem besides changing the source function?Just thought I'd put this out there.
The text was updated successfully, but these errors were encountered: