Ignore:
Timestamp:
01/15/15 22:43:01 (9 years ago)
Author:
Maciej Komosinski
Message:

Reorganizations and extensions of directory/file/filesystem IO classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/common/nonstd_stdio.h

    r286 r295  
    77
    88bool fileExists(const char* path);
    9 bool directoryExists(const char* path);
     9bool directoryExists(const char* path,bool is_writable);
    1010bool makeDirectory(const char* path);
    1111bool makeDirectories(const char* path);
Note: See TracChangeset for help on using the changeset viewer.