#this script is generic in that it can be reused for multiple projects #the script will first compare a current source tree (Now) and the old snapshot of the source tree (Then) #This script can be called by start-folder-note-scan.py #This script is generic and does not require any scan specific settings. #Since FolderNote scans can perform file processing at the source (i.e. create new .zip files for changed gis files) we need to run the snapshot function last option confirm:yes-to-all # Set comparison criteria criteria timestamp:2sec;IgnoreDST size # Exclude certain file types filter "-~*.*;-.picasa.ini;-Thumbs.db" # Load the current source tree (Now) and the old snapshot of the source tree (Then) if there is no snapshot then the script gets the LPC load "%2" "%4" #expand the folders to see everything expand all #create a snapshot for next time! snapshot no-filters path:"%2" output:"%1\snapshot.bcss"