Author Topic: List/Index Of Files and Folders  (Read 1279 times)

NEOStrider

  • Newbie
  • *
  • Posts: 2
    • View Profile
List/Index Of Files and Folders
« on: September 24, 2024, 20:06:04 »
I have used the search here and did not see it mentioned but is there a built-in function to create a list of all files and folders in a directory?
Thx

Jungle

  • Contributor
  • VIP Member
  • *****
  • Posts: 533
  • Old Skull
    • View Profile
Re: List/Index Of Files and Folders
« Reply #1 on: September 24, 2024, 20:53:47 »
Some options are available under Tools > To Clipboard menu. Something more advanced can potentially be done via MultiScript.

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4380
    • View Profile
    • Multi Commander
Re: List/Index Of Files and Folders
« Reply #2 on: September 25, 2024, 12:46:27 »
select all files from the search and then Menu > Tools > To Clipboard > (xxx)  and you get a  list of all them in different format.. then past into what ever program you want.. if you paste into a folder in MC it will create a text file for you

If none of the format suites you need. then you can do it in Multiscript

NEOStrider

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: List/Index Of Files and Folders
« Reply #3 on: September 25, 2024, 13:01:43 »
That is great news, I will give it a try as described.
Thanks for the quick reply.