#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "FBLib_hdd.h"
#include "libFireBird.h"
Go to the source code of this file.
Functions | |
bool | HDD_Move (const char *FileName, const char *FromDir, const char *ToDir) |
bool HDD_Move | ( | const char * | FileName, |
const char * | FromDir, | ||
const char * | ToDir | ||
) |
Definition at line 7 of file HDD_Move.c.
References ConvertPathType(), FBLIB_DIR_SIZE, HDD_Exist(), MakeUniqueFileName(), PF_LinuxPathOnly, SeparateFileNameComponents(), TRACEENTER, TRACEEXIT, and TS_FILE_NAME_SIZE.
Referenced by HDD_RecycleSF(), and HDD_UnrecycleSF().