Go to the source code of this file.
◆ _rmdir()
Definition at line 16 of file rmdir.cpp.
17{
18 if (
path ==
nullptr) {
20 }
21
23
25
27 return -1;
28 }
29
31}
errno_t __acrt_mbs_to_wcs_cp(char const *const null_terminated_input_string, __crt_win32_buffer< wchar_t, ResizePolicy > &win32_buffer, unsigned int const code_page)
unsigned int __acrt_get_utf8_acp_compatibility_codepage()
_Check_return_ _CRTIMP int __cdecl _wrmdir(_In_z_ const wchar_t *_Path)
static char * cvt(double arg, int ndigits, int *decpt, int *sign, char *buf, int eflag)