how can I get the permissions of files listed in eclipse DDMS for android by code. And also the properties like
1). Owner and it’s permission like read ,write ,execute
2). Group and it’s permission like read ,write ,execute
3). Permissions for others
Thanks in advance.
The result of the above code will be ,
in this result the first 10 characters are permissions.
in that,
2,3,4 characters – shows read,write,execute permission of owner,
5,6,7 characters – shows read,write,execute permission of group,
8,9,10 characters – shows read,write,execute permission of others
then, owner and group are,
11 to 19 characters – shows owner of the file,
20 to 29 characters – shows group of the file.