Ignore:
Timestamp:
Jan 17, 2006, 1:14:10 AM (18 years ago)
Author:
Jari Häkkinen
Message:

Added todo item.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/utility/FileIO.h

    r360 r497  
    4141    /// @see access(2)
    4242    ///
     43    /// @todo Probably stat(2) should be used in favour of
     44    /// access(2). Change the implementation.
     45    ///
    4346    inline bool file_exists(const std::string& file) const
    4447      { return !access(file.c_str(),F_OK); }
Note: See TracChangeset for help on using the changeset viewer.