windows - WINAPI Hook - determine whether a new directory was created -


is there way create callback reacts after user created new folder in explorer?

there few different apis let recieve notifications folders being created.

shchangenotifyregister allows see folders created in explorer. findfirstchangenotification notify of changes under sub folder (although won't tell folder has been created).

you'll detailed information readdirectorychanges, it's complicated use. blog entry has details on pros , cons of each.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -