Is there a way, when using EDIT | Copy File Names | As Full Path Names, to both include more columns than just the file/path names (e.g. Size, Last Modified, etc) as well as output the results as either CSV or TAB delimited? I have lots of files spanned across multiple drives and I want to capture the files list so I can put into a Google Sheets and then sort by Last Modified date. Also, I am using VIEW | FLAT VIEW | MIXED (No Folders)
Using Tools > Print/Export Folder Listing is the easiest way. It has options for CSV and Tab separated, Flat View, and any columns you want to include.
Thanks. That will work. Didn't think to look under Tools since most of what I wanted was under Edit.
I should add, if you want to do the same type of listing a lot, you can automate it so you don't have to open the dialog each time. There's an example under Edit > Copy Other > Complete Folder Listing, which runs this by default:
Print FOLDER AS=txt TO=clip FLATVIEW=no QUIET
The Print command docs explain the different arguments you can use.