[][src]Module rmd::file_remove_iterator::file_remove

Traits

FileRemove

This trait's implementation can be passed as argument to file_remover. This allows to implement tailored file removes without redefine a file iterator

Functions

file_remover

This function iterates though the file tree starting from path. Each encountered files is passed as argument to the remove.remove if this method returns true the file is removed. the file is left untouched otherwise