clear method

void clear()

Clears the file system, and resets any base path nodes.

Implementation

void clear() {
  _fs.clear();
}