|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
#include "pch.h"#include "System/IO/FileStream.h"#include "System/ArgumentException.h"#include "System/ArgumentOutOfRangeException.h"#include "System/IOException.h"#include <filesystem>#include <fstream>#include "Win32Internal.h"Go to the source code of this file.
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
| namespace | DotNetDupe::System::IO |
Functions | |
| static std::ios_base::openmode | DotNetDupe::System::IO::DetermineOpenMode (int iMode, const String &sPath, bool &bCanRead, bool &bCanWrite, bool &bCanSeek) |
| Determine stream openmode and capability flags from FileMode. | |