commore
1.0.6-SNAPSHOT
|
#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) |
CMR_FILE_DECLARE | ( | ) |