System.IO.File.Create locking a file

Try this:

System.IO.File.Create(FullFName).Close();

Leave a Comment