Get date info from a file on unc path

J

Jon Jacobs

When I use File.GetCreationTime or Directory.GetCreationTime or a FileInfo
instance CreationTime (or LastWriteTime for any of them), they work fine for
local files, but if I use a UNC path, I always get 12/31/1600 on all files,
all kinds of dates.

How can I get a correct date on a unc path?

Thanks,

Jon
 
J

Jon Jacobs

How can I get a correct date on a unc path?

Never mind. I figured out the problem. Pilot Error.

Thanks
 

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

Similar Threads


Top