Re: Scripting Image Events - some kind of bug ?
Re: Scripting Image Events - some kind of bug ?
- Subject: Re: Scripting Image Events - some kind of bug ?
- From: Adam Wuellner <email@hidden>
- Date: Tue, 13 Sep 2005 16:48:42 -0500
On 9/13/05, Christopher Nebel <email@hidden> wrote:
> ...mkdir(1) has a "-p" option that will
> create *all* the folders specified in the path. ...
A word of warning about mkdir -p... when used in conjuction with the
-m [mode] option, the specified mode (permissions specification, as
used in chmod) is only applied to the final directory. The
intermediate directories that are created by virtue of the -p option
potentially will have different permission bits. This can be a
nuisance in certain situations. Details are in the man page.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden