bool Path::Move( const Helium::Path& target ) const { return Helium::Move( Native().c_str(), target.Native().c_str() ); }
bool Path::Copy( const Helium::Path& target, bool overwrite ) const { return Helium::Copy( Native().c_str(), target.Native().c_str(), overwrite ); }