Page 1 of 1

Creating text file from selection

Posted: 27 Oct 2010 16:28
by arirish
While browsing the Wishes forum just now I saw several referring to something called FilerFrog. Since I had no idea what it was, I went to have a look, and read through its features. Nothing really grabbed me until I saw this:

List of Files

Create a text or html file containing a list of the files and folders selected.

Usage: Simply select the files and folders you wish to be included in the list, Right click and choose one of the options in the List of Files submenu. You have the choice between a Simple or a Detailed list and whether you would like to include the full path of the files, for easy access. A Simple list contains only the file names, while a Detailed list also has the files’ creation date, modification date, size and type. Once you’ve chosen which list you’d like, the List Of Files dialog will appear. In this dialog you can choose if you want a text or html file and you can also specify the file name. You can also choose to include the subfolders and decide if you want them to be indented. Click OK and a file containing the list will be created instantly.


I could immediately see a use for something like this, particularly if, were I to select a handful of folders, it could output like this:

folder 1
- file 1.mp3
- file 2.txt
- file 3.jpg
folder 2
- file 1.png
folder 3
folder 4
- file 1.odt

etc.

Anything like this exist? I had a look through the right-click menu and didn't see anything.

Also, in the right-click menu I have an option 'XYplorer'. It's not a submenu, just a single option. Not sure what it does. Can someone enlighten me?

Re: Creating text file from selection

Posted: 14 Nov 2010 00:45
by Stefan
the_hyrax_lord wrote: List of Files

Create a text or html file containing a list of the files and folders selected.

Anything like this exist?

Take an look at the info panel (Window menu > Show Info Panel F12)
and there on the [Report]-tab.

There is also an scripting command report()
See this example at the XYplorer description tour >>> http://www.xyplorer.com/tour/index.php?page=scripting
Scroll down to "Use Scripting for Reports"

Also, in the right-click menu I have an option 'XYplorer'. It's not a submenu, just a single option. Not sure what it does. Can someone enlighten me?
Are you sure this was "XYplorer"? Or rather "Explorer"?
Explorer is an entry from your OS to open the current folder in Windows_Explorer.

Re: Creating text file from selection

Posted: 15 Nov 2010 22:42
by arirish
Stefan wrote:
the_hyrax_lord wrote: List of Files

Create a text or html file containing a list of the files and folders selected.

Anything like this exist?

Take an look at the info panel (Window menu > Show Info Panel F12)
and there on the [Report]-tab.

There is also an scripting command report()
See this example at the XYplorer description tour >>> http://www.xyplorer.com/tour/index.php?page=scripting
Scroll down to "Use Scripting for Reports"

Also, in the right-click menu I have an option 'XYplorer'. It's not a submenu, just a single option. Not sure what it does. Can someone enlighten me?
Are you sure this was "XYplorer"? Or rather "Explorer"?
Explorer is an entry from your OS to open the current folder in Windows_Explorer.


Ah, the report tab is exactly what I want, brilliant! Thanks :)

It was definitely XYplorer but I've figured that out anyway. I had the 'XYplorer in shell context menu' box checked, and it's for opening folders in XYplorer. Should've figured that one out right away really :oops: