mirror of
https://github.com/wismna/ModernKeePassLib.git
synced 2025-10-03 15:40:20 -04:00
Update to KeePassLib version 2.45
This commit is contained in:
@@ -235,28 +235,28 @@ namespace ModernKeePassLib
|
||||
None = 0,
|
||||
|
||||
/// <summary>
|
||||
/// The IO connection is being opened for reading.
|
||||
/// The I/O connection is being opened for reading.
|
||||
/// </summary>
|
||||
Read = 1,
|
||||
|
||||
/// <summary>
|
||||
/// The IO connection is being opened for writing.
|
||||
/// The I/O connection is being opened for writing.
|
||||
/// </summary>
|
||||
Write = 2,
|
||||
|
||||
/// <summary>
|
||||
/// The IO connection is being opened for testing
|
||||
/// The I/O connection is being opened for testing
|
||||
/// whether a file/object exists.
|
||||
/// </summary>
|
||||
Exists = 3,
|
||||
|
||||
/// <summary>
|
||||
/// The IO connection is being opened for deleting a file/object.
|
||||
/// The I/O connection is being opened for deleting a file/object.
|
||||
/// </summary>
|
||||
Delete = 4,
|
||||
|
||||
/// <summary>
|
||||
/// The IO connection is being opened for renaming/moving a file/object.
|
||||
/// The I/O connection is being opened for renaming/moving a file/object.
|
||||
/// </summary>
|
||||
Move = 5
|
||||
}
|
||||
|
Reference in New Issue
Block a user