Re: [android-developers] Setting File Permissions

2010-10-30 Thread Mark Murphy
On Fri, Oct 29, 2010 at 6:03 PM, John Gaby jg...@gabysoft.com wrote: If I have a File object which points to a non-existent directory (which is within my apps 'app_data' space), I can call file.mkdir() or file.mkdirs() to create the directories.  However, if I do this, the directories seem to

[android-developers] Setting File Permissions

2010-10-29 Thread John Gaby
If I have a File object which points to a non-existent directory (which is within my apps 'app_data' space), I can call file.mkdir() or file.mkdirs() to create the directories. However, if I do this, the directories seem to be created with permissions set for access only by the owner (i.e.