New Folder at a specified path
New Folder at a specified path
- Subject: New Folder at a specified path
- From: email@hidden
- Date: Fri, 2 Aug 2002 17:32:53 -0700
I'm trying this:
set pathToFolder to "Disk:Folder:newFolder"
tell application finder to make a new folder at pathToFolder
and it fails and gives me a "Finder got an error: Can't get some object"
error, which is somewhat less than helpful.
Is there any way to do this apart from breaking the path up with TIDs of
{":"} and doing
tell application "Finder" to make a new folder at pathTo with
properties {name: folderName}
?
Any help would be greatly appreciated.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Seth A. Roby
Scriptwriter Intern
"Life is like an exploded clown. It's really funny until you figure out
what just happened."
_______________________________________________
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.