Function mrpt::system::deleteFiles
Defined in File filesystem.h
Function Documentation
-
void mrpt::system::deleteFiles(const std::string &s)
Delete one or more files, especified by the (optional) path and the file name (including ‘?’ or ‘*’) - Use forward slash (‘/’) for directories for compatibility between Windows and Linux, since they will be internally traslated into backward slashes (’') if MRPT is compiled under Windows.
See also