we have a lastModified method in java.io.File that returns the time a file is last modified
Does the windows or unix file system store something like "lastModifiedBy" to indicate which person last modified a file. If so, do we have an API to retrieve that
thank you
-
java.io.file lastmodifiedby (1 messages)
- Posted by: chip dale
- Posted on: June 13 2005 17:42 EDT
Threaded Messages (1)
- Don't think so by Mark Vleth on June 14 2005 04:05 EDT
-
Don't think so[ Go to top ]
- Posted by: Mark Vleth
- Posted on: June 14 2005 04:05 EDT
- in response to chip dale
Some filesystems might, but not all. "write once, run anywhere", so the answer is probably no