• 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: Get filestructure in a variable
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Get filestructure in a variable


  • Subject: Re: Get filestructure in a variable
  • From: Michelle Steiner <email@hidden>
  • Date: Mon, 23 Oct 2006 09:38:22 -0700

On Oct 23, 2006, at 3:24 AM, Jan Bultereys wrote:

But I need {"00000-10000/", "10000-20000/", "50000-60000/", "80000-90000/",

"LOGO/"}


And Idealy would be to give me this output (with substructure example

NewImage)

{"00000-10000/NewImage/", "10000-20000/", "50000-60000/", "80000-90000/",

"LOGO/"}


tell application "Finder"
set foo to name of (folders of disk "deety")
repeat with bar in foo
set contents of bar to bar & "/"
end repeat
end tell
foo

-- 
I've noticed lately that the paranoid fear of computers becoming intelligent and taking over the world has almost entirely disappeared from the common culture.  Near as I can tell, this coincides with the release of MS-DOS.
-- Larry DeLuca

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Get filestructure in a variable
      • From: kai <email@hidden>
References: 
 >Re: Get filestructure in a variable (From: Jan Bultereys <email@hidden>)

  • Prev by Date: Re: Date trouble
  • Next by Date: Re: do Shell Script & shell Script
  • Previous by thread: Re: Get filestructure in a variable
  • Next by thread: Re: Get filestructure in a variable
  • Index(es):
    • Date
    • Thread