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