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