Change File Attributes
On a given file and with inputs such as last modified date, name, full path of file, etc I want to modify this file.
However I only want to make the changes to file if ALL the changes can be made - like a database transaction.
Is there any way to do this without using streams?
That is, just using 2 file objects?
Thanks!

