RE: moving files to a date named folder
RE: moving files to a date named folder
- Subject: RE: moving files to a date named folder
- From: "Gabriel W. Trinity" <email@hidden>
- Date: Wed, 14 May 2003 08:44:18 -0400
- Thread-topic: moving files to a date named folder
Thank you for the suggestion but it's still a no go.
Gabriel Trinity
-----Original Message-----
From: Nigel Garvey [
mailto:email@hidden]
Sent: Wednesday, May 14, 2003 5:33 AM
To: AppleScript Users
Gabriel Trinity wrote on Tue, 13 May 2003 16:47:09 -0400:
>
When I run it it generates no errors but appears to do nothing. The
>
portion of the script that names the folder after the date works as I
>
have tested it in another script. Here is what I have so far:
>
>
set sourceDir to "Mac HD:FileMakerBackup"
>
tell application "Finder"
[...]
>
set targetDir to make new folder at sourceDir with
properties
>
{name:myStr}
You should be getting an error on this line. The string variable
'sourceDir' should have the Finder keyword 'folder' in front of it in
this context.
set targetDir to make new folder at folder sourceDir with properties
{name:myStr}
NG
_______________________________________________
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.
_______________________________________________
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.