error 10
error 10
- Subject: error 10
- From: Van Brollini <email@hidden>
- Date: Sat, 30 Aug 2003 18:31:42 -0700
tell application "Safari"
set t to name of window 1
set AppleScript's text item delimiters to "/"
set s to URL of document 1
set _doc to last text item of s
set r to text of document 1
set AppleScript's text item delimiters to ""
set f to "users/vanbroll/Desktop/temp/" & _doc
save in file f
delay 0.5
can anyone tell me why I get an error 10 and what it is at the save in
file f?
TIA
Van Brollini
ns6n Amateur Operator
_______________________________________________
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.