Go to the source code of this file.
Functions | |
| void | SeparateFileNameComponents (const char *FileName, char *Path, char *Name, char *Ext, int *Index, bool *isRec, bool *isDel) |
| void SeparateFileNameComponents | ( | const char * | FileName, |
| char * | Path, | ||
| char * | Name, | ||
| char * | Ext, | ||
| int * | Index, | ||
| bool * | isRec, | ||
| bool * | isDel | ||
| ) |
Definition at line 6 of file SeparateFileNameComponents.c.
References HDD_isRecFileName(), StringEndsWith(), TRACEENTER, and TRACEEXIT.
Referenced by HDD_Delete(), HDD_Move(), HDD_Recycle(), HDD_Rename(), HDD_Unrecycle(), MakeUniqueFileName(), and SeparatePathComponents().