##
Println(System.IO.File.GetLastWriteTime('a.txt'));
System.IO.File.SetLastWriteTime('a.txt', DateTime.Now);