>Does anyone know - Is there a way to export the filenames in a folder to a
>text file ?
>
>
>Mark Ginn
>[EMAIL PROTECTED]
>
Open the folder
command - a
command - c
paste into simpletext file
Or in AppleScript:
set thefolder to choose folder with prompt "Pick a folder"
set thefile to "disk:folder:file" -- change to desired path
tell application "finder"
set thenames to name of every item of thefolder
end tell
set olddelim to applescript's text item delimiters
set applescript's text item delimiters to return
set thenames to thenames as text
set applescript's text item delimiters to olddelim
set fileid to open for access file thefile with write permission
write thenames to fileid
close access fileid
--
Jason Davies
Master Gizmologist
Cream City Traction Club
http://www.geocities.com/jason_e_davies/cct.html
--
PCI-PowerMacs is sponsored by <http://lowendmac.com/> and...
Small Dog Electronics http://www.smalldog.com | Refurbished Drives |
-- Sonnet & PowerLogix Upgrades - start at $169 | & CDRWs on Sale! |
Support Low End Mac <http://lowendmac.com/lists/support.html>
PCI-PowerMacs list info: <http://lowendmac.com/lists/pci-powermacs.shtml>
--> AOL users, remove "mailto:"
Send list messages to: <mailto:[EMAIL PROTECTED]>
To unsubscribe, email: <mailto:[EMAIL PROTECTED]>
For digest mode, email: <mailto:[EMAIL PROTECTED]>
Subscription questions: <mailto:[EMAIL PROTECTED]>
Archive:<http://www.mail-archive.com/pci-powermacs%40mail.maclaunch.com/>
Using a Mac? Free email & more at Applelinks! http://www.applelinks.com