List content of a folder, output to document
List content of a folder, output to document
- Subject: List content of a folder, output to document
- From: Inge Eidem <email@hidden>
- Date: Tue, 5 Jan 2010 23:37:54 +0100
Hi
Can you help me? I need to get a folderĀ“s content/items to be listed in a file for archiving.
I want to choose a folder and get the context menu on the folder to run the script, after starting the script ill end up with a file containing filnames, subfolders and filenames as a list in a text document. Is this possible?
This is what i hope to get in the file:
/index.html /subfolder1/image.jpg /file2.txt /subfolder2/subsubfolder1/meta.qsl
I tried to get spotlight metadata but it was just not what i wanted as output.
Something like this?? tell application "Finder" try set filesList to files of sourceFolder as alias list on error set filelist to files of sourceFolder as alias as list end try end tell
-- Best Regards,
Inge Eidem Daglig leder
Zummit
|
_______________________________________________
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/archives/applescript-users
This email sent to email@hidden