ajberry
06-16-2010, 05:09 AM
Hi all,
I have a process I am trying to provide a Proof Of Concept for.
The process is to download a data update. The idea is that I check the files' creation/last modified date to see if it is later than the version of the file we have, and if it is, update the file.
My question is, how do I get metadata from the file on the site (as I cannot use the FileInfo class with a URI)?
I have a process I am trying to provide a Proof Of Concept for.
The process is to download a data update. The idea is that I check the files' creation/last modified date to see if it is later than the version of the file we have, and if it is, update the file.
My question is, how do I get metadata from the file on the site (as I cannot use the FileInfo class with a URI)?