commore  1.0.6-SNAPSHOT
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Path-linux.cpp File Reference
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include "commore/Error.h"
#include "commore/Path.h"
#include "System.h"
#include "ListImpl.h"
#include <sys/file.h>
#include <sys/stat.h>
#include <unistd.h>

Functions

 CMR_FILE_DECLARE ()
 
bool cmr_move_file (const Path &old_path, const Path &new_path)
 
bool cmr_copy_file (const Path &old_path, const Path &new_path)
 

Function Documentation

bool cmr_copy_file ( const Path old_path,
const Path new_path 
)
CMR_FILE_DECLARE ( )
bool cmr_move_file ( const Path old_path,
const Path new_path 
)