Show
Ignore:
Timestamp:
08/11/09 09:56:48 (15 years ago)
Author:
vbarta
Message:

moved cross-platform directory scanning support from tests to core (osutils)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/test_util.h

    r486 r497  
    2828std::string load_test_file ( const char *fname ); 
    2929 
    30 /*! \brief Recursively removes directories and files. 
    31  
    32   path is the name (absolute or relative) of the file or directory to 
    33   be removed (must not be empty). Returns true on success, false when 
    34   path couldn't be removed because it didn't exist, throws an 
    35   exception otherwise. 
    36 */ 
    37 bool remove_all ( const char *path ); 
    38  
    3930double normcoef ( const epdf *ep, const itpp::vec &xb, const itpp::vec &yb, 
    4031                  int xn = 100, int yn = 100 );