mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-05-15 00:47:02 +02:00
IFileSystem: Added FileOptions parameter to OpenFile
This commit is contained in:
parent
340f55c26e
commit
03cff5e469
6 changed files with 74 additions and 238 deletions
|
@ -48,7 +48,7 @@ namespace Utilities
|
|||
/// <exception cref="System.IO.FileNotFoundException"></exception>
|
||||
/// <exception cref="System.IO.IOException"></exception>
|
||||
/// <exception cref="System.UnauthorizedAccessException"></exception>
|
||||
Stream OpenFile(string path, FileMode mode, FileAccess access, FileShare share);
|
||||
Stream OpenFile(string path, FileMode mode, FileAccess access, FileShare share, FileOptions options);
|
||||
|
||||
/// <exception cref="System.ArgumentException"></exception>
|
||||
/// <exception cref="System.IO.FileNotFoundException"></exception>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue