bool copyFile(const char *src_file,const char *dst_file) { return CopyFile(char2TCAHR(src_file) , char2TCAHR(dst_file) , TRUE); }