8#include "boost/filesystem.hpp"
16namespace Arp {
namespace System {
namespace Commons {
namespace Io
19void MapBoostErrorCodeToException(
const String& path,
const boost::system::error_code& boostErrorCode);
20void MapBoostErrorCodeToException(
const String& sourcePath,
const String& destinationPath,
const boost::system::error_code& boostErrorCode);
@ System
System components used by the System, Device, Plc or Io domains.
Root namespace for the PLCnext API