Re: Reading file permissions
Re: Reading file permissions
- Subject: Re: Reading file permissions
- From: Henry McGilton <email@hidden>
- Date: Wed, 26 Nov 2003 11:23:54 -0800
Well, if you perform the computation
6 * 8**2 + 4 * 8**1 + 4 * 8**0
= 6 * 64 + 4 * 8 + 4 * 1
= 420 (base 10)
Best Wishes,
........ Henry
On Wednesday, November 26, 2003, at 10:22 AM, David Kocher wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
That's what I thought as well, but actually I get '420' back?!
On 26. Nov 2003, at 18:53, Stephane Sudre wrote:
On Wednesday, November 26, 2003, at 06:37 PM, David Kocher wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I am reading the file permissions from a file like this
NSDictionary localAttributes =
NSPathUtilities.fileAttributes(file.getPath(), true);
int localPermissions =
((Integer)localAttributes.objectForKey(NSPathUtilities.FilePosixPermi
ssions)).intValue();
What I am wondering how I can convert this integer to a number I am
used to, like 644 representing rw-r--r--
Thanks for the introduction to 'posix permissions for dummies'
AFAIK, this is your int. It's just that "644" is in fact 0644 which
is an octal number.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (Darwin)
iD8DBQE/xO9mdBH4SdTFvT4RAlDKAJ9YDDrh1etqhxeKWDLCY/SWbIM6nACeKTzg
gGggIMZl2LUuYjGFhedyhhk=
=VI7h
-----END PGP SIGNATURE-----
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
===============================+============================
Henry McGilton, Boulevardier | Trilithon Software
Objective-C/Java Composer | Seroia Research
-------------------------------+----------------------------
mailto:email@hidden |
http://www.trilithon.com
|
===============================+============================
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.