Changeset 497 for trunk/lib/utility/FileIO.h
- Timestamp:
- Jan 17, 2006, 1:14:10 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/utility/FileIO.h
r360 r497 41 41 /// @see access(2) 42 42 /// 43 /// @todo Probably stat(2) should be used in favour of 44 /// access(2). Change the implementation. 45 /// 43 46 inline bool file_exists(const std::string& file) const 44 47 { return !access(file.c_str(),F_OK); }
Note: See TracChangeset
for help on using the changeset viewer.