ee.DirectoryChecker

Exports all system information of each file/folder located in the specified directory, to a CSV file

ee.DirectoryChecker

This simple script exports all system information of each file/folder available at the specified path, to a CSV file with the following columns: attributes, creation time, last write time, last access time, file size and full path.

ยป download version 20201108


Quick Start

  1. Unpack the downloaded archive
  2. Open start.bat in a text editor and paste the path of required directory as a DIRINPUT parameter
  3. Save start.bat and run it. The result CSV file will be saved in the directory \results
    • The start.bat file can also be started without editing, by specifying the required path as an argument. For example:
      start.bat 'c:\Program Files\'
      

Tested Configuration

Developer info

Tags

attributes contents csv datetime directory files folder size system


[program page] [start page] [author e-mail]