Message7876

Author amak
Recipients amak, dstromberg, fwierzbicki
Date 2013-03-01.00:26:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362097569.41.0.0159516570423.issue1736@psf.upfronthosting.co.za>
In-reply-to
Content
> "st_ino, st_dev, st_uid, st_gid and st_mode."

On java 7, we can do uid, gid and mode.

But we can't do inode or device, unless there's something I'm missing in the docs.

This is all really low level filesystem stuff that java tries to avoid, because it's so platform specific.
History
Date User Action Args
2013-03-01 00:26:09amaksetmessageid: <1362097569.41.0.0159516570423.issue1736@psf.upfronthosting.co.za>
2013-03-01 00:26:09amaksetrecipients: + amak, fwierzbicki, dstromberg
2013-03-01 00:26:09amaklinkissue1736 messages
2013-03-01 00:26:09amakcreate