Tagged Questions

0
votes
3answers
407 views

Issues about files in use: get the name of another Process that use file

I using C# .NET , vs 2008 , .net 3.5 For me, is difficult, but I need sample code in C# for this: Check if a file is in use If file is in use, the name of Process that use it For example, in my ...