From: Jon Jacobs on
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
From: Jon Jacobs on
> How can I get a correct date on a unc path?

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

Thanks