Is it possible to check in C # whether someone is in the directory?
I need to do this before removing it. In my opinion, this is the fastest way to check, rather than trying to check for the employment of each file in the directory.
In WinServer, for example, in the management tab you can find out.
Is there any wrapper for this case in C #?
try { } catch{ }(deleted - well, nicely, no - put an error in the log) does not fit? - i-one