请问 include <io.h> 在vs编译通过,其他平台用什么代替呢?

如题,很着急,在线等!!

#if (CC_TARGET_PLATFORM != CC_PLATFORM_WIN32)
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
#include “dirent.h”
#endif

看看这些里面有没有合适的