Win32 implementation of the global filesystem functions. More...
#include "icl_core/ImportExport.h"
Go to the source code of this file.
Namespaces | |
namespace | icl_core |
namespace | icl_core::os |
Namespace for operating system specific implementations. | |
namespace | icl_core::os::hidden_win32 |
Internal implementation details for Win32 systems. | |
Functions | |
int | icl_core::os::hidden_win32::rename (const char *old_filename, const char *new_filename) |
int | icl_core::os::hidden_win32::unlink (const char *filename) |
Win32 implementation of the global filesystem functions.
Definition in file os_win32_fs.h.