wasChange
wasChange is a software utility designed to monitor directories for file system modifications. It operates by continuously observing specified folders and their contents, detecting changes such as the creation of new files, deletion of existing files, or modifications to file content. The primary function of wasChange is to provide real-time notifications or trigger subsequent actions when these changes are detected.
This tool can be employed in various scenarios. Developers might use it to automatically recompile code when
The underlying mechanism often involves file system event notification APIs provided by the operating system. wasChange