Export results to a file
Write a list of missing files to a file.
Remember to create a save path in user prefs, cuz every OS has different ways.
Also, when users are entering a path, I suggest you check that you can write to the path.
Create a function like this:
def ValidatePrefs(): with open(path, 'a'): os.utime(path + '/test', None)
And then use it in a try statement
The ValidatePrefs function will be called by the framework automaticly everytime a user change the prefs
Listing out files lost in a drive crash to see what I need to try to salvage if I can get the drive to mount again, and what I can retrieve from other disks etc., and thought this would be extremely useful. Glad I'm not the first to think of it. I guess manually transcribing into Google Keep will work this time, even if there are more music files than I'd like to think about… subscribes to issue