Hello!

I want to read the creation/modify date information of a file and want
to use the Mono.Unix.Native.Stat structure for it.
I create the Stat variable either via UnixFileSystemInfo.ToStat or
directly with Mono.Unix.Native.Syscall.stat, both methods have the same
issue.
My problem is, that the information I get from that, is only precice up
to the second, but the 'stat' command issued on the linux command line
shows me a more precise information, for instance:
Modify: 2011-12-01 14:37:18.586409216 +0100

Is there any way to acces this infomation from within mono (apart from
parsing the command line output of stat)?

regards
Mathias
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to