8#include "Arp/System/Core/Enum.hxx"
12namespace Arp {
namespace System {
namespace Commons {
namespace Services {
namespace Io
58ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os,
FileSystemError value);
59ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is,
FileSystemError& value);
std::int32_t int32
The Arp integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:38
@ System
System components used by the System, Device, Plc or Io domains.
FileSystemError
This enum is used by several file operations.
Definition: FileSystemError.hpp:19
@ InvalidPath
The path is invalid.
@ AlreadyExists
The path already exists.
@ NotExist
The path does not exist.
@ OutOfSpace
There is not enough space on the device left.
Root namespace for the PLCnext API