Not far from Eden
Not far from Eden
- Subject: Not far from Eden
- From: Gmeiner <email@hidden>
- Date: Mon, 19 Jul 2004 16:40:02 +0200
>
set MyBU to folder ("Disk:FolderA:" & word 1 of ((current date) as
>
string) & "FolderB:")
Put the missing colon in front of the last string:
set MyBU to folder ("Disk:FolderA:" & word 1 of ((current date) as
string) & ":FolderB:")
Jobst
_______________________________________________
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.