|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Provides static methods for the creation, copying, deletion, moving, and opening of a single file. More...
#include "Common.h"#include "System/Object.h"#include "System/String.h"#include "System/Text/TextEncoding.h"#include "System/Array.h"Go to the source code of this file.
Classes | |
| class | DotNetDupe::System::IO::File |
| Provides static methods for the creation, copying, deletion, moving, and opening of files. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
| namespace | DotNetDupe::System::IO |
Enumerations | |
| enum class | DotNetDupe::System::IO::FileAttributes { DotNetDupe::System::IO::Normal = 0 , DotNetDupe::System::IO::ReadOnly = 1 , DotNetDupe::System::IO::Hidden = 2 , DotNetDupe::System::IO::System = 4 , DotNetDupe::System::IO::Directory = 16 , DotNetDupe::System::IO::Archive = 32 , DotNetDupe::System::IO::Device = 64 , DotNetDupe::System::IO::Temporary = 128 , DotNetDupe::System::IO::SparseFile = 256 , DotNetDupe::System::IO::ReparsePoint = 512 , DotNetDupe::System::IO::Compressed = 1024 , DotNetDupe::System::IO::Offline = 2048 , DotNetDupe::System::IO::NotContentIndexed = 4096 , DotNetDupe::System::IO::Encrypted = 8192 , DotNetDupe::System::IO::IntegrityStream = 16384 , DotNetDupe::System::IO::NoScrubData = 32768 } |
| Provides attributes for files and directories. More... | |
Provides static methods for the creation, copying, deletion, moving, and opening of a single file.
Definition in file File.h.