14 if(!fNumber) fNumber = 2;
15 TAP_SPrint(FileName,
"%s%s%s%s", Path, Name, Ext, isDel ?
".del" :
"");
18 TAP_SPrint(FileName,
"%s%s-%d%s%s", Path, Name, fNumber++, Ext, isDel ?
".del" :
"");
bool HDD_Exist(const char *FileName)
void MakeUniqueFileName(char *FileName)
void SeparateFileNameComponents(const char *FileName, char *Path, char *Name, char *Ext, int *Index, bool *isRec, bool *isDel)
#define TS_FILE_NAME_SIZE