Re: Searching for a folder in Applescript.
Re: Searching for a folder in Applescript.
- Subject: Re: Searching for a folder in Applescript.
- From: John Delacour <email@hidden>
- Date: Sat, 6 Sep 2003 08:30:12 +0100
- Mac-eudora-version: 6.1a2
At 9:40 am +1000 6/9/03, Shane Stanley wrote:
On 6/9/03 4:06 AM +1000, John Delacour, email@hidden, wrote:
> set d to do shell script "date '+%m-%d-%y'"
do shell script "mkdir -p -vv ~/junk/junk/" & d
What's the "-vv" for? OMM I get:
mkdir: illegal option -- v
usage: mkdir [-p] [-m mode] dirname ...
Very odd. It wasn't a typo and it does work here, but now I do man
mkdir I can't see that option, so goodness knows where I got it from.
Try it with -v but note the proviso:
COMPATIBILITY
The -v option is non-standard and its use in scripts is not recommended.
JD
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.