e
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Pilz.IO
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Generate a new instance of <see cref="FileLocker"/>.
|
||||
/// Generate a new instance of <see cref="FileLocker"/> and locks the given file automatically.
|
||||
/// </summary>
|
||||
/// <param name="filePath">The file path to the file that should be locked.</param>
|
||||
public FileLocker(string filePath) : this(filePath, true)
|
||||
|
||||
Reference in New Issue
Block a user