Checking File Attributes of Excel CSV over Inter/Intra Net

U

UBER_GEEK

I have been reading up on DSO for closes files, and
BuiltinDocumentProperties but none seem to work over the web.

I have to check a CSV every morning at random times to see if its
updated, and instead of making sloppy code to save yesterdays results
and bash against today's results, I was wondering if there were a more
efficient way.

Anyone have any insight to this problem??

Thanks,
Nick
 
J

Jim Cone

Nick,

Why not check the DateLastModified attribute of the file and
compare that to the last time you looked at it?

Jim Cone
San Francisco, USA



I have been reading up on DSO for closes files, and
BuiltinDocumentProperties but none seem to work over the web.
I have to check a CSV every morning at random times to see if its
updated, and instead of making sloppy code to save yesterdays results
and bash against today's results, I was wondering if there were a more
efficient way.
Anyone have any insight to this problem??

Thanks,
Nick
 
T

Tom Ogilvy

Your wasting your time looking at DSO for this problem. That would only be
applicable to a document using the compound document format in Office.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top