Re: Path to folder list
Re: Path to folder list
- Subject: Re: Path to folder list
- From: Gonçalo Miguel <email@hidden>
- Date: Thu, 1 Dec 2005 09:19:31 +0000
Tanks to every answer from the list
Gonçalo Miguel
On 30 de Nov de 2005, at 9:35 PM, Deivy Petrescu wrote:
On Nov 30, 2005, at 11:29 AM, Gonçalo Miguel wrote:
Hi list,
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, can anyone help me.
thanks
Gonçalo Miguel
_______________________________________________
Oi Gonçalo,
minha sugestão é usar o seguinte:
<>
set newArchive to choose folder with prompt "Escolhe a pasta das Obras
Concluídas"
tell application "Finder" to set the item_list to every file of
newArchive as alias list
</>
agora você faz o que quiser com item_list já que elê é uma list com
vários aliases.
Abraços
Deivy
_______________________________________________
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