Is there any window or shell API that will provide a notification when a file is added or deleted to a folder
These APIs can help you. and you can find a good tutorial here
FindFirstChangeNotification
FindCloseChangeNotification
FindNextChangeNotification
FindFirstChangeNotification will notify you when something changes.
ReadDirectoryChangesW can give you accurate information about what has changed.
. , FindFirstChangeNotification.
FindFirstChangeNotification . - , win32 API, :
CDirectoryChangeWatcher - ReadDirectoryChangesW
, API Win32 FindFirstChangeNotification .
API , . - - .
Source: https://habr.com/ru/post/1719359/More articles:Python module search path issue - pythonBioPython: skipping bad GIDs with Entrez.esummary / Entrez.read - pythonjquery ui async ajax query set for false reasons - jqueryHow to use XML to store a simple object (C #) - c #Is there a compact or express version of SQL Server that I can pack using my WinForms application and is free? - c #Javascript Ajax Graceful degradation with different pages? - javascriptInstalling a local package that is not .tar.gz - rIs it possible to test a WAP site without using a mobile phone? - testingPyQt context menu - pythonJava: поведение статических полей в разных исполнениях - javaAll Articles