Folder Diff
fc_folder_diffCompare a directory's current state with a saved snapshot to detect new, modified, or deleted files. Optionally filter by extensions and save the current state as a new snapshot.
Instructions
Compares the current state of a directory with a saved snapshot.
Args:
path (string): Path to the directory
save_snapshot (boolean): Save current state as new snapshot
extensions (string, optional): Filter file extensions
Detects: New files, modified files, deleted files Snapshots are saved in %TEMP%/.fc_snapshots/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the directory | |
| save_snapshot | No | Save snapshot | |
| extensions | No | Filter extensions |