Re: Creating a new folder
Re: Creating a new folder
- Subject: Re: Creating a new folder
- From: Carl Anderson <email@hidden>
- Date: Mon, 10 May 2004 00:03:49 -0400
Yeah, I sort of forgot to include the script. So, here it is
set PartA to path to desktop
set PartA to PartA & "Test:"
display dialog PartA as text
tell application "Finder"
set myNewFolder to make new folder at PartA with properties
{name:"Temp"}
end tell
It works until it reaches the line "set myNewFolder to make new folder
at PartA with properties {name:"Temp"}"
where it says "Finder got an error: Can't get some object." and the new
folder is created, but not in the folder "Test", but on the desktop
along side that folder.
Sincerely;
Carl Anderson
_______________________________________________
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.