Get date info from a file on unc path

  • Thread starter Thread starter Jon Jacobs
  • Start date Start date
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
 
How can I get a correct date on a unc path?

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

Thanks
 
Back
Top