I’m using this formula to find the creation date of one file:
new DirectoryInfo(“filepath”).CreationTime.ToString(“dd/MM/yyyy”)
BUT it’s giving mi this creation date: “01/01/1601”
I don’t know what to do
Let me know if you know how to solve this problem.
Thank’s and bet regards.