Pyro higlevel API
Namespaces | Functions
operations.h File Reference

Namespaces

namespace  os
 os:: This namespace wrapps all AtheOS API classes
 

Functions

void os::copy_files (const std::vector< os::String > &cDstPaths, const std::vector< os::String > &cSrcPaths, const Messenger &cMsgTarget, Message *pcFinishMsg, bool bReplace=false, bool bDontOverwrite=false)
 
void os::move_files (const std::vector< os::String > &cDstPaths, const std::vector< os::String > &cSrcPaths, const Messenger &cMsgTarget, Message *pcFinishMsg, bool bReplace=false, bool bDontOverwrite=false)
 
void os::delete_files (const std::vector< os::String > &cPaths, const Messenger &cMsgTarget, Message *pcFinishMsg)