heribertolugo / FileList

List all files in a given directory, and provide the option to copy or move selected files.
1 stars 0 forks source link

Crash When Delete File In Use #70

Open heribertolugo opened 2 years ago

heribertolugo commented 2 years ago

Application throws an exception when trying to delete a file that is in preview (occurred with video mpeg file).

No exception should be thrown, instead an error message should be displayed to user. However, if the file is locked within this application, the file should be freed then deleted.