Recent content by verwall

  1. V

    C/C++ Fast way to test for existence of a file in C++?

    You also have the posix #include <unistd.h> int access(const char *path, int amode); Not sure it works on *dows, though
Back
Top