PLCnext API Documentation 25.0.2.69
|
Contains all input information and data of a file to write More...
#include <WriteFileData.hpp>
Public Member Functions | |
void | Serialize (RscWriter &writer) const |
void | Deserialize (RscReader &reader) |
![]() | |
RscSerializable (void)=default | |
The default constructor. | |
Static Public Member Functions | |
static size_t | GetFieldCount (void) |
Public Attributes | |
RscString< 512 > | FilePath |
The path of the file to write | |
boolean | Overwrite = false |
Indicates whether a file shall be overwritten. If it is set true , an existing file will be overwritten. More... | |
std::vector< TraitItem > | TraitItems |
Contains the traits of the file to set after the file is written | |
RscStream | Data |
Contains the data of the file to write | |
FileSystemError | DeserializeResult = FileSystemError::None |
Contains all input information and data of a file to write
boolean Arp::System::Commons::Services::Io::WriteFileData::Overwrite = false |
Indicates whether a file shall be overwritten. If it is set true
, an existing file will be overwritten.
If it is set to<c>true but the file doesn't exist, the method will return an error.