#include <corecrt.h>
#include <io.h>
Go to the source code of this file.
|
_Check_return_ _Ret_opt_z_ _CRTIMP char *__cdecl | _getcwd (_Out_writes_opt_(_SizeInBytes) char *_DstBuf, _In_ int _SizeInBytes) |
|
_Check_return_ _Ret_opt_z_ _CRTIMP char *__cdecl | _getdcwd (_In_ int _Drive, _Out_writes_opt_(_SizeInBytes) char *_DstBuf, _In_ int _SizeInBytes) |
|
_Check_return_ _Ret_opt_z_ char *__cdecl | _getdcwd_nolock (_In_ int _Drive, _Out_writes_opt_(_SizeInBytes) char *_DstBuf, _In_ int _SizeInBytes) |
|
_Check_return_ _CRTIMP int __cdecl | _chdir (_In_z_ const char *_Path) |
|
_Check_return_ _CRTIMP int __cdecl | _mkdir (_In_z_ const char *_Path) |
|
_Check_return_ _CRTIMP int __cdecl | _rmdir (_In_z_ const char *_Path) |
|
_Check_return_ _CRTIMP int __cdecl | _chdrive (_In_ int _Drive) |
|
_Check_return_ _CRTIMP int __cdecl | _getdrive (void) |
|
_Check_return_ _CRTIMP unsigned long __cdecl | _getdrives (void) |
|
_Check_return_ _CRTIMP unsigned __cdecl | _getdiskfree (_In_ unsigned _Drive, _Out_ struct _diskfree_t *_DiskFree) |
|
_Check_return_ _Ret_opt_z_ _CRTIMP wchar_t *__cdecl | _wgetcwd (_Out_writes_opt_(_SizeInWords) wchar_t *_DstBuf, _In_ int _SizeInWords) |
|
_Check_return_ _Ret_opt_z_ _CRTIMP wchar_t *__cdecl | _wgetdcwd (_In_ int _Drive, _Out_writes_opt_(_SizeInWords) wchar_t *_DstBuf, _In_ int _SizeInWords) |
|
_Check_return_ _Ret_opt_z_ wchar_t *__cdecl | _wgetdcwd_nolock (_In_ int _Drive, _Out_writes_opt_(_SizeInWords) wchar_t *_DstBuf, _In_ int _SizeInWords) |
|
_Check_return_ _CRTIMP int __cdecl | _wchdir (_In_z_ const wchar_t *_Path) |
|
_Check_return_ _CRTIMP int __cdecl | _wmkdir (_In_z_ const wchar_t *_Path) |
|
_Check_return_ _CRTIMP int __cdecl | _wrmdir (_In_z_ const wchar_t *_Path) |
|
_Check_return_ _Ret_opt_z_ _CRTIMP char *__cdecl | getcwd (_Out_writes_opt_(_SizeInBytes) char *_DstBuf, _In_ int _SizeInBytes) |
|
_Check_return_ _CRTIMP int __cdecl | chdir (_In_z_ const char *_Path) |
|
_Check_return_ _CRTIMP int __cdecl | mkdir (_In_z_ const char *_Path) |
|
_Check_return_ _CRTIMP int __cdecl | rmdir (_In_z_ const char *_Path) |
|
◆ _DISKFREE_T_DEFINED
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER within this package.
Definition at line 19 of file direct.h.
◆ _GETDISKFREE_DEFINED
◆ _WDIRECT_DEFINED
◆ diskfree_t
◆ _chdir()
◆ _chdrive()
◆ _getcwd()
◆ _getdcwd()
◆ _getdcwd_nolock()
◆ _getdiskfree()
◆ _getdrive()
◆ _getdrives()
Definition at line 35 of file getdrive.c.
36{
38}
DWORD WINAPI GetLogicalDrives(void)
◆ _mkdir()
◆ _rmdir()
◆ _wchdir()
◆ _wgetcwd()
◆ _wgetdcwd()
◆ _wgetdcwd_nolock()
◆ _wmkdir()
◆ _wrmdir()
◆ chdir()
◆ getcwd()
◆ mkdir()
◆ rmdir()