Same as remove(const char *, bool), but accepts a STRING_TYPE path.

Synopsis

Declared in <bdls_filesystemutil.h>

template<class STRING_TYPE>
static
int
remove(
    STRING_TYPE const& path,
    bool recursiveFlag = false);

Created with MrDocs