Re: Get filestructure in a variable
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