Re: Path to folder list
Re: Path to folder list
- Subject: Re: Path to folder list
- From: Gonçalo Miguel <email@hidden>
- Date: Wed, 30 Nov 2005 17:16:46 +0000
Thanks Richard this helps a lot
but let me ask another thing, if my need change to the Path of the folder inside those that we get from the list, like this:
set newArchive to choose folder with prompt "Escolhe a pasta das Obras Concluídas"
tell application "System Events"
set the item_list to (get path of every folder INSIDE of newArchive whose visible is true)
end tell
tell application "DropStuff"
stuff item_list format StuffIt with delete originals and individually
end tell
This because i have a folder (Obras Concluidas) that contains lots of folders (OBRXXXX) that contains one last folder and i need to stuff the last one only
thanks
Gonçalo Miguel
On 30 de Nov de 2005, at 4:55 PM, Richard Allaway wrote:
tell application "System Events"
set the item_list to (get path of every folder of newArchive whose visible is true)
end tell
_______________________________________________
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