Show
Ignore:
Timestamp:
07/21/11 20:12:50 (22 months ago)
Author:
jeremyz
Message:

Filesystem: add tmp_dir() and tmp_file( const QString& base )

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/core/include/hydrogen/helpers/filesystem.h

    r2255 r2295  
    7676        /** returns system xsd path */ 
    7777        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 ); 
    7886 
    7987        /* DRUMKIT */