I write Files on a USB Drive and sometimes i have a bug where the popup of end of files transfert is displayed before the export is successful, therefore the user unplug the key too soon.
So have you a solution to check if the usb drive is in use or is safe for remove?
Thanks
I try to understand why the pop-up is showing to soon but I find no reason. For the moment my solution is to try to Open the last copied file with file.open() and try catch but I'm not satisfied of this solution.