Quote (0n35 @ Mar 16 2013 02:00am)
Yes I was asking about file and fileinfo, but I must not be thinking right, I am wanting a situation where I would want to use file info
suppose i want to find out the file size, when it was last modified, if it's read-only, and whether it's hidden. if it's super old, i wanna delete it. if it's mildly old, i wanna rename it. etc.
like i said, if you wanna do multiple things, use the file info.
personally i've always used file info. things like crawling the directory makes more sense to me. go through a directory, based on the metadata add them to archive, delete, then recurse.
This post was edited by carteblanche on Mar 16 2013 12:19am