Well... A friend of mine asked me for one interesting piece of software.
Something that would create folders with "expiration date".
These folders would have the interesting feature that would be time limited, and after that time was expired, they'd be deleted.
The idea is that sometimes you have stuff that you know you won't need after some time, thus, you could just dump those in one of these temporary folders, and it'd be deleted for you.
The objective is to avoid clutter with unnecessary files, if you already know for how much time you'll need those.
So... 2 questions:
Any Sugestions on how to implement this? (I was thinking about having a program that would monitor a folder tree, and when the user created some kind of file with info about the "expiration date" of a folder, it'd be monitored and deleted when necessary).
And..
Would you use this?
Thank you!