Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Enthusiast Zone > Classic Macs and Mac OS > Applescript Question

Applescript Question
Thread Tools
dave007
Guest
Status:
Reply With Quote
Dec 1, 2000, 12:35 PM
 
I was wondering if there is an Applescript I can use to make all my folders viewable as lists. If anyone knows about one could you please tell me or if you know how to make it, could you either e-mail or post it for me here. Thanks.

dave007
     
Blobby
Guest
Status:
Reply With Quote
Dec 1, 2000, 05:08 PM
 
--here yer go, save as applet
on open theList
my SetView(theList)
end open

on SetView(theViewList)
tell application "Finder"
try
repeat with theItem in theViewList
if the kind of theItem is "folder" then
open theItem
set view of theItem to name
set shows modification date of theItem to false
set shows creation date of theItem to false
set shows size of theItem to false
set shows kind of theItem to false
set shows label of theItem to false
set shows comments of theItem to false
set shows version of theItem to false
set zoomed of container window of theItem to true
close theItem
set theFolderContents to the contents of theItem
my SetView(theFolderContents)
end if
end repeat
on error errMsg number errNum
end try
end tell
end SetView
     
oscar
Grizzled Veteran
Join Date: Oct 1999
Location: Minneapolis
Status: Offline
Reply With Quote
Dec 1, 2000, 06:16 PM
 
Transferred to Devolper forum. http://forums.macnn.com/cgi-bin/foru...pics&number=16

------------------
-See Yea!
     
   
 
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Top
Privacy Policy
All times are GMT -4. The time now is 12:20 AM.
All contents of these forums © 1995-2017 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.8 © 2000-2017, Jelsoft Enterprises Ltd.,