mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 22:34:54 +02:00
parent
5719420c3b
commit
182063f31b
@ -54,7 +54,7 @@ DWORD WINAPI Notepad_plus::monitorFileOnChange(void * params)
|
||||
|
||||
::PathRemoveFileSpecW(folderToMonitor);
|
||||
|
||||
const DWORD dwNotificationFlags = FILE_NOTIFY_CHANGE_LAST_WRITE | FILE_NOTIFY_CHANGE_FILE_NAME;
|
||||
const DWORD dwNotificationFlags = FILE_NOTIFY_CHANGE_LAST_WRITE | FILE_NOTIFY_CHANGE_FILE_NAME | FILE_NOTIFY_CHANGE_SIZE;
|
||||
|
||||
// Create the monitor and add directory to watch.
|
||||
CReadDirectoryChanges changes;
|
||||
|
Loading…
x
Reference in New Issue
Block a user