Panda3D
|
A program to copy Multigen .flt files into the cvs tree. More...
#include "fltCopy.h"
Classes | |
class | ExtraData |
Public Member Functions | |
void | run () |
Protected Member Functions | |
virtual bool | copy_file (const Filename &source, const Filename &dest, CVSSourceDirectory *dir, void *extra_data, bool new_file) |
Called by import() if verify_file() indicates that a file needs to be copied. |
A program to copy Multigen .flt files into the cvs tree.
It copies the base file plus all externally referenced files as well as all textures.
bool FltCopy::copy_file | ( | const Filename & | source, |
const Filename & | dest, | ||
CVSSourceDirectory * | dir, | ||
void * | extra_data, | ||
bool | new_file | ||
) | [protected, virtual] |
Called by import() if verify_file() indicates that a file needs to be copied.
This does the actual copy of a file from source to destination. If new_file is true, then dest does not already exist.
Implements CVSCopy.
Definition at line 77 of file fltCopy.cxx.