| OS X - Development and Darwin Discussion and questions about development for Mac OS X. |
| Post Reply | New Thread | Subscribe |
|
|
Thread Tools |
![]() Member Since: Feb 10, 2009
Posts: 1
![]() |
Hi,
I am doing a silly applications in AppleScript that opens and saves the content of a web page: tell application "Safari" activate make new document at end of documents set URL of document 1 to "www.url.." delay 2 get document 1 delay 10 save document 1 in "directory/name.html" end tell delay 10 Here comes the catch: Instead of saving name.html, it saves "directory/name.html" as a file in the root directory. Can someone help me? I could not find the problem. Joao
|
| QUOTE Thanks | |
![]() Member Since: Jun 25, 2005
Location: On the road
Posts: 3,231
![]() ![]() ![]() ![]() ![]() ![]() ![]() Mac Specs: 2011 MBP, i7, 16GB RAM, MBP 2.16Ghz Core Duo, 2GB ram, Dual 867Mhz MDD, 1.75GB ram, ATI 9800 Pro vid
|
A quick test showed that Applescript is set to the root ('/') directory. Well, at least when I post a 'do shell script ' command.
You either will have to use a full path, or set the path relative to something like your home directory. If relative to your home directory, then try placing '~/' before the directory like this; save document 1 in "~/directory/name.html" CameraTime - Time lapse photography for novice and advanced users. When asking questions, post the version of your software. You'll receive better answers. Please post your results to the thread as it is good feedback.
|
| QUOTE Thanks | |
| Post Reply | New Thread | Subscribe |
| Thread Tools | |
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
|
|||||||
Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| Silly question: how to burn a CD | 754T | Switcher Hangout | 7 | 05-01-2008 05:15 PM |
| newbie question about programming languages | MacGal | OS X - Development and Darwin | 10 | 03-28-2008 08:52 PM |
| help - newbie question re iMac and Apple TV.... thanks | kpertsch | Other Hardware and Peripherals | 1 | 03-05-2008 12:31 AM |
| Silly Light Question | verdejt | Apple Desktops | 5 | 02-11-2008 07:11 PM |
| mac newbie question (iWeb) | Emuleem22 | Switcher Hangout | 4 | 03-02-2006 10:03 PM |
All times are GMT -4. The time now is 04:45 AM.
Powered by vBulletin