Filename, dates, size, path from a folder to text file

I wish to get the Filename, dates, size, path of severl files from a folder to export them in BBEdit and then to Filemaker

How to do so ? Googling I get only to receive name and Path but not the rest.

Regards and thanks

Danny

MacBook Pro 13″, macOS 12.6

Posted on Apr 15, 2025 7:58 AM

Reply
2 replies
Sort By: 

Apr 15, 2025 11:07 AM in response to dmajo

Another variation, which opens a BBEdit document window with the results of the UNIX ls(1) command already in it:

use scripting additions

do shell script "/bin/ls -lhTo " & (POSIX path of (choose folder))'s quoted form & " | open -f -a BBEdit"
return



Reply

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Filename, dates, size, path from a folder to text file

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.