FindMissing.bundle icon indicating copy to clipboard operation
FindMissing.bundle copied to clipboard

Export results to a file

Open srazer opened this issue 11 years ago • 2 comments

Write a list of missing files to a file.

srazer avatar Jan 21 '14 01:01 srazer

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

ukdtom avatar Jan 21 '14 01:01 ukdtom

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

dgw avatar Dec 07 '15 03:12 dgw