Re: NSAppleScript question
Re: NSAppleScript question
- Subject: Re: NSAppleScript question
- From: Fritz Anderson <email@hidden>
- Date: Thu, 24 Jul 2003 10:19:01 -0500
If I had to guess, I'd say you didn't have write privileges to the
default directory for test.aiff. In a stand-alone application it would
be /. Have you tried specifying a full pathname?
Only the hastiest of guesses.
-- F
On Thursday, 24 July 2003, at 7:44 AM, Matthew Weinstein wrote:
The following works as expected:
...
[as setString: @"say \"Hello world\""];
...
But the following never succeeds:
...
[as setString: @"say \"Hello world\" saving to \"test.aiff\""];
...
What am I doing wrong here? Am I missing something?
--
Fritz Anderson - Consulting Programmer - Chicago, IL
Mail: <email@hidden>
Risumi: <
http://resume.manoverboard.org>
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.