FileList

FileList

Create lists of directory contents and file properties

Category
File Search
License
Freeware
Platforms
Windows
Released
2013
Path
c:\FileList\FileList.exe
Notes
Does not follow mountpoints and symbolic links; returnw windows error code if an error is encountered.
Version
Latest known: 4.4.1.159 (2025-05-05)

Examples

1. Generates a CSV export of all modified CFM files since a certain date.

FileList.exe /MINDATE 2025-06-13 /NOTITLE /FULLPATH /FILTER *.cfm /COLUMNS MD5 d:\www\ > d:\WWW_changes.csv

2. Identifies full filepath, version, MD5 hash, last save date and owners of each file and saves to a local CSV file.

FileList.exe /NOHEADER /ADDITIONALCOLUMNS VERSION MD5 LASTSAVEDATE OWNERS  /FULLPATH d:\sourcedirectory > d:\output.csv

3. List of all photos and also shows their size in pixels

FileList.exe /INCLUDE *.jpg /USECOLUMNS FullPath,Image.Dimensions "D:\CameraImages"

Try it

Agree to terms to run demos.