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
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