• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Path to folder list
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Next by Date: Re: check available remote machines? possible?
  • Next by thread: Re: check available remote machines? possible?
  • Index(es):
    • Date
    • Thread