Directory Comparison Report
  • 14 May 2021
  • 1 Minute to read
  • Dark
    Light
  • PDF

Directory Comparison Report

  • Dark
    Light
  • PDF

Article Summary

This is generated from the built in components of BuildMaster 7.0.0, and may be different than what you have installed (especially if you have extensions); go to [User Icon] -> Documentation within your BuildMaster instance to see exactly what operations are available.

Directory Comparison Report

Compares the contents of two directories and generates a diff report.

Script usage:

Compare-Directories(
	From: <text>,
	To: <text>,
	[IncludeUnchanged: <true/false>],
	Name: <text>
);

This operation may be prefixed with Reports::, although this is a built-in namespace and isn't really necessary.

Arguments:

NameFormatScript UsageUsage Notes
Previous directory
text
From
The "reference" or "from" directory containing the initial state of the files and subdirectories. This argument is required.
Current directory
text
To
The "to" directory containing the final state of the files and subdirectories. This argument is required.
Include unchanged
true/false
IncludeUnchanged
Whether to include unchanged files and directories in report.
Report name
text
Name
This argument is required.

Was this article helpful?