Changeset 924 for trunk/include/vpb/FileUtils
- Timestamp:
- 08/05/08 15:41:53 (4 years ago)
- Files:
-
- 1 modified
-
trunk/include/vpb/FileUtils (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/vpb/FileUtils
r903 r924 50 50 #endif 51 51 52 #include <string> 53 52 54 namespace vpb 53 55 { … … 75 77 extern VPB_EXPORT int mkpath(const char *path, int mode); 76 78 79 extern VPB_EXPORT bool hasWritePermission(const std::string& filename); 80 77 81 };
