In Windows Explorer, the user renames or deletes the folder. This event is processed by the application and the access to the executable file is in progress (until the folder name is changed or deleted. How can I find something (a library or something similar) that contains the processing of event data? PS Do you need to find, because prevents users from working with other programs. The author most likely used dotnet and csharp to implement this solution
- Absolutely nothing is clear. The kernel is responsible for these operations in the OS, and not some kind of file. How can this bother someone? Read about the problem of the microscope and the hammer: ru.meta.stackoverflow.com/questions/709/… - gbg
- oneThis is when in the conductor, what is renaming / deleting? - Pavel Gridin
- Yes. The user in the explorer renames the folder or deletes it. Before this event there is a command to launch the application. You need to find what the handler for these events contains - Eugene
- 2“File notification” is called docs.microsoft.com/en-us/dotnet/api/system.io.filesystemwatcher For more information, type in “File Notification c #” in the search engine - nick_n_a
|