|
|
|
FileFolderCons class
This class was made to keep track of temporary files that are created
during a program execution and need to be deleted, if you create a lot of
files that need to be destroyed, but at different times, not all at the same
time, keeping track of witch where deleted and those that still need to be
deleted soon turns in to a pain in the neck!
As an added bonus this class also can be used as part of recent opened files
list as it validates the existence of files or folders, why display in a
menu a path to a file that was moved or deleted?
[ FileFolderCons class ] [ Lets Begin ] [ The final Code ] [ How to use the class ] |
|
|