Quote:
Originally Posted by DiapDealer
It looks to be OK at first glance. You may want to add a try/except clause around the os.remove() call so that it can fail gracefully, though.
|
That's a god idea. I'll add a try/except clause to check for locked backup files.
Quote:
Originally Posted by DiapDealer
A way for the user to exempt specific files (or file-types) might stave off future trouble. 
|
I can't think of any other "allowable" unmanifested file types. If this actually becomes an issue, I'll add a setting for it. (I don't think that the plugin'll be widely used anyway.)