Re: dir.create() weirdness
zoned <zoned-X+eSk8BKk/[email protected]> Sun, 9 Mar 2003 09:01:22 -0700 (MST)
| Newsgroups | gmane.comp.cms.oscom.twingle.devel |
|---|---|
| Message-ID | <[email protected]> |
On 8 Mar 2003, Christian Stocker wrote: > twingledir.create() in twingle/content/twingle.js creates a dir with no > permissions on linux. check out this function in jslib/io/dir.js Dir.prototype.create = function(aPermissions) it *looks* to me like this will create with permissions, if permissions are passed to the function. thanks