Message7874
Thinking further, we could actually implement a limited version of os.fstat in pure java.
On java 6, we could support size and modification time, through the use of java.io.File. Which is better than nothing, but would not address the requesters issue of dealing with symbolic links.
On java 7, we could implement almost everything, using the new java java.nio.file.Files class, which has extensive facilities, including symbolic link handling, file permissions, etc.
http://docs.oracle.com/javase/7/docs/api/index.html?java/nio/file/Files.html
Thoughts? |
|
Date |
User |
Action |
Args |
2013-03-01 00:08:43 | amak | set | messageid: <1362096523.02.0.861440737444.issue1736@psf.upfronthosting.co.za> |
2013-03-01 00:08:43 | amak | set | recipients:
+ amak, fwierzbicki, dstromberg |
2013-03-01 00:08:43 | amak | link | issue1736 messages |
2013-03-01 00:08:42 | amak | create | |
|