Directory lister (DirList).
Description: Listing of a computer directory (folder), similar to the one displayed in Windows File Explorer, the major differences being: 1. system files may easily be included in the list and may be marked as being such and 2. the list contains a column with the file attributes (directory, system, hidden, read-only, archive). The application includes an export functionality, that allows to save the listing as a file. Export file formats available:
- Text: a column-like formatted text file
- CSV: text file with all values enclosed in double-quotes and separated by a character defined by the user. These files are suitable to be easily imported into spreadsheet applications like LibreOffice Calc or Microsoft Excel. They may also be used to compare the contents of 2 directories (using an application like WinMerge, for example).
- HTML: a webpage file, that may be displayed in the web browser
Note: The program uses MS Windows specific file attributes and thus is not portable to other platforms without modifications.
Free Pascal features: Basic controls. Select Directory and Save As dialog objects. Arrays of records, array sorting, text files
creation (classic Pascal).
Screenshots:
![]() |
![]() |