Ignore:
Timestamp:
03/31/14 23:22:29 (10 years ago)
Author:
Maciej Komosinski
Message:

Moved isAbsolutePath() to another source file and added implementation for Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/common/nonstd_stdio.h

    r197 r201  
    88bool fileExists(const char* path);
    99bool removeFile(const char* path);
     10bool isAbsolutePath(const char* fname);
    1011
    1112#ifdef _WIN32
Note: See TracChangeset for help on using the changeset viewer.