Skip to content

Instantly share code, notes, and snippets.

unit DirectoryMonitor;
interface
uses SysUtils, Classes, Windows, Messages;
const WMUSER_DIRECTORYCHANGED = WM_USER + 1;
type
TActionToWatch = (awChangeFileName, awChangeDirName, awChangeAttributes, awChangeSize, awChangeLastWrite, awChangeLastAccess, awChangeCreation, awChangeSecurity);