Skip to content

Core package contents

Terry Brady edited this page Jan 16, 2014 · 11 revisions

File analyzer component packages

Count Files By Type

This test counts the number of files found by file extension. A report will be generated listing the number of files found for each extension as well as a cumulative number of bytes for files of each type.

screen shot

List Files

This rule will generate a listing of the full path to every file it finds. The purpose of this tool is to generate a file list for import into other applications.

screen shot

List Directories

This rule will generate a listing of the unique directory names found within a specific directory. The purpose of this rule is to generate an tracking list when performing a similar batch process on a collection of directories.

screen shot

Match By Name

This test reports on file size by name regardless of the directory in which a file name is found.

screen shot

Match by Base Name

This test reports on file size by base name (no extension) regardless of the directory in which a file name is found.

screen shot

Sort By Checksum

This test reports the checksum for a given filename. The summary report will identify files with the same checksum value. You may select from a number of standard checksum algorithms.

screen shot

Clone this wiki locally