use System.IO.File; class Program { function : Main(args : String[]) ~ Nil { File->ModifiedTime("file_mod.obs")->ToString()->PrintLine(); } }