Does anyone know of a way to export a listing of selected dirs (inc. subdirs and files) as a .CSV file. Is there a plugin that will allow this?
Regards,
Charles
Export dir/file listing as CSV file
Moderators: Hacker, petermad, Stefan2, white
1. Select some folders and/or files
2. Type "cm_DirBranchSel" (without the quotes) into TC's command line and press Enter
3. Select all files and folders (e.g. Ctrl+A)
4. Menu->Mark->Copy To Clipboard With Path+Details
A tab-separated list of files/folders (including data from all visible columns) should be stored in your clipboard.
2. Type "cm_DirBranchSel" (without the quotes) into TC's command line and press Enter
3. Select all files and folders (e.g. Ctrl+A)
4. Menu->Mark->Copy To Clipboard With Path+Details
A tab-separated list of files/folders (including data from all visible columns) should be stored in your clipboard.
Windows 10 Pro x64, Windows 11 Pro x64
Interesting but not exactly what I'm looking for. I'd like the list to have relative paths only and be sorted alphabetically by path and file name (not by file name). Like so.umbra wrote:1. Select some folders and/or files
2. Type "cm_DirBranchSel" (without the quotes) into TC's command line and press Enter
3. Select all files and folders (e.g. Ctrl+A)
4. Menu->Mark->Copy To Clipboard With Path+Details
A tab-separated list of files/folders (including data from all visible columns) should be stored in your clipboard.
2011\01 Filename
2011\01 Filename
2012\01 Filename
2012\02 Filename
I suppose I can do this in a text editor.
Btw, I only get path\Filename in the clipboard list. No other columns show in the list.
Regards,
Charles
2CharlesF
Relative paths, sorting, ... - you could do that in TC too, but I think it's really gonna be easier and faster in a reasonable text editor.
And about those missing columns, are you sure you are clicking "Copy To Clipboard With Path+Details" and not "Copy Names With Path To Clipboard"?
Relative paths, sorting, ... - you could do that in TC too, but I think it's really gonna be easier and faster in a reasonable text editor.
And about those missing columns, are you sure you are clicking "Copy To Clipboard With Path+Details" and not "Copy Names With Path To Clipboard"?
Windows 10 Pro x64, Windows 11 Pro x64