Work with files exception
Posted
by Xaver
on Stack Overflow
See other posts from Stack Overflow
or by Xaver
Published on 2010-04-08T10:05:24Z
Indexed on
2010/04/08
13:23 UTC
Read the original article
Hit count: 292
I want to create program which will tell me if a file is used or not by another processes (for example i open music or video file in multimedia player, and then i launch my program with this file name programm return "this file is being used", and when no processes uses this file program would say "this file not being used").
What classes have the .NET for solve this problem?
© Stack Overflow or respective owner