Re: Path to folder list
Re: Path to folder list
- Subject: Re: Path to folder list
- From: Shane Stanley <email@hidden>
- Date: Thu, 01 Dec 2005 08:11:35 +1100
- Thread-topic: Path to folder list
On 1/12/05 3:29 AM, "Gonçalo Miguel" <email@hidden> wrote:
> i¹m trying to make a AS to stuff some folders inside a certain folder, i
> already made this:
>
> set newArchive to choose folder with prompt "Escolhe a pasta das Obras
> Concluídas"
> set the item_list to list folder newArchive without invisibles
> tell application "DropStuff"
> stuff item_list format StuffIt with delete originals and individually
> end tell
>
> But list folder give me the name for the folders not the path to them
The path is going to be the path to the parent folder plus the name:
(newArchive as Unicode text) & folderName
--
Shane Stanley <email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden