Menu

Java

mortalis

Java Version

Specific features:

  • Export to markup (.html file)
  • Manage options (save/restore form fields using MySQL database)

Description

Export Markup option lets create .html file with the same text as for the Export Text but with wrapped directory/file names in appropriate elements. The file is created in the export/markup folder.

Manage Options button toggles side dialog window which allows save current options (path and filters) to the database and then retrieve them using the dropdown list. After selecting a list item it's possible to remove it with the Remove button.

Requirements

  1. JRE 1.7.0 installed with the path to the jre7/bin/ folder included in the system PATH environment variable.
  2. [optional] MySQL server running and database list_folders created (use db.sql file to create database with needed structure) if you need to save last program state before closure and use Manage Options dialog. You can use XAMPP installation and select only MySQL.

Install & Run

  1. Run the List Folders.exe installer and pass all steps.
  2. The Desktop and Start Menu shortcuts should be created.
  3. Start the MySQL server if needed.
  4. Start the program with the shortcut or using the List Folders.exe or List Folders.jar file from the installed directory.
  5. If JRE is installed and the PATH is configured correctly the main program window should appear.

Manage Options

  1. To save current path and filters enter name in the field and press Add.
  2. To load a saved option select a name from the list.
  3. To remove a saved option select a name and press Remove.

Keyboard shortcuts

  • Esc - Exit Main window / Manage Options dialog / Tree Viewer
  • Ctrl+R - Scan directory
  • Ctrl+O - Browse for directory in the Main window / browse for JSON file in the Tree Viewer

Changelog


Related

Wiki: CS