pencil.io.remove_files

Functions

remove_files(path[, do_it, do_it_really])

This method clears path COMPLETELY.

Module Contents

pencil.io.remove_files.remove_files(path, do_it=False, do_it_really=False)

This method clears path COMPLETELY. Meaning, if you start this method my using path on your root dir your whole computer would be gone! So we implemented some safety mechanism.

Parameters:
  • path – path do clear

  • do_it – to activate pass True, True

  • do_it_really – to activate pass True, True