Changeset 2295 for trunk/src/core/include/hydrogen/helpers/filesystem.h
- Timestamp:
- 07/21/11 20:12:50 (22 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/include/hydrogen/helpers/filesystem.h
r2255 r2295 76 76 /** returns system xsd path */ 77 77 static QString xsd_dir(); 78 /** returns temp path */ 79 static QString tmp_dir(); 80 /** 81 * touch a temporary file and return it's path 82 * file path will be constructed like this : tmp_dir()/base.xxxxxx 83 * \param base, part of the path 84 */ 85 static QString tmp_file( const QString& base ); 78 86 79 87 /* DRUMKIT */