alphaleonis / AlphaFS

AlphaFS is a .NET library providing more complete Win32 file system functionality to the .NET platform than the standard System.IO classes.
http://alphafs.alphaleonis.com/
MIT License
563 stars 99 forks source link

Changed unit-test to check that the file is locked by the current pro… #393

Closed alphaleonis closed 6 years ago

alphaleonis commented 6 years ago

Changed unit-test to check that the file is locked by the current process instead of a process with a certain name.

Fixes #392