Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

orbdrums

macrumors member
Original poster
Dec 13, 2008
78
0
I used to take a folder in Finder and drag it to my printer driver icon on my desktop and save it as a .pdf, open the .pdf, copy the contents to TextEditor, then copy and paste from TextEditor to Numbers. I know that convoluted but it worked. With Snow Leopard that does not work anymore. Any suggestions on how to get the folder filename and stats to Numbers? Thanks in advance for your assistance.
 
That gave me a list of filenames but no associated stats (size, date) and that's what I'm looking for. I have an applescript that runs and compares filenames but I need the stats that go with the files.
 
That gave me a list of filenames but no associated stats (size, date) and that's what I'm looking for. I have an applescript that runs and compares filenames but I need the stats that go with the files.

Did you try Terminal with the ls command, if so here are further options that I think will get what you want:

ls command
 
I'm more or less familiar with the ls command but I am having problems getting to my removable hard drive with the cd command. If I can change directories to my USB drive that would solve my problem.

Did you try Terminal with the ls command, if so here are further options that I think will get what you want:

ls command
 
I'm more or less familiar with the ls command but I am having problems getting to my removable hard drive with the cd command. If I can change directories to my USB drive that would solve my problem.

Did you know you can drag a folder on to the Terminal window and it will fill in the appropriate path?
 
I did not know that! Thank you. Now I guess I have to do my 'ls' command parameter homework. I don't have a problem reading, which I will do, but might you have the parameter I need for file stats using the 'ls' command?

Did you know you can drag a folder on to the Terminal window and it will fill in the appropriate path?
 
I did not know that! Thank you. Now I guess I have to do my 'ls' command parameter homework. I don't have a problem reading, which I will do, but might you have the parameter I need for file stats using the 'ls' command?

I use Terminal very seldom, but I think ls -l might be what you want.
 
That is the option that I need and thanks again! I guess I've been spoiled for too long with the old drag and drop thing. Plus I come from the Microsoft world which seems to complicate thing unnecessarily! Thanks again for your help!

I use Terminal very seldom, but I think ls -l might be what you want.
 
That is the option that I need and thanks again! I guess I've been spoiled for too long with the old drag and drop thing. Plus I come from the Microsoft world which seems to complicate thing unnecessarily! Thanks again for your help!

Glad I could be of help.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.