19 while (*pathToConvert != 0)
21 if (*pathToConvert ==
'\\')
32 int lengthOfDirectory;
38 directorySpec [lengthOfDirectory] =
'\0';
42 strcpy (directorySpec,
".");
81 printf (
"Rmdir of %s failed. Rmdir returned %d.\n",
void convertPath(char *pathToConvert)
void getDirectory(const char *filename, char *directorySpec)
void getFilename(const char *filename, char *fileSpec)
_CRT_RESTORE_GCC_WARNINGS _CRT_DISABLE_GCC_WARNINGS _Check_return_ _CRTIMP _CONST_RETURN char *__cdecl strrchr(_In_z_ const char *_Str, _In_ int _Ch)