Changeset 8594 in orxonox.OLD for branches/gui/src/lib/util/filesys/file.h
- Timestamp:
- Jun 19, 2006, 11:58:03 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/util/filesys/file.h
r8333 r8594 51 51 bool isFile() const; 52 52 bool isDirectory() const; 53 bool isRead eable() const;53 bool isReadable() const; 54 54 bool isWriteable() const; 55 55 bool isExecutable() const;
Note: See TracChangeset
for help on using the changeset viewer.