pencil.io.remove_files ====================== .. py:module:: pencil.io.remove_files Functions --------- .. autoapisummary:: pencil.io.remove_files.remove_files Module Contents --------------- .. py:function:: 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. :param path: path do clear :param do_it: to activate pass True, True :param do_it_really: to activate pass True, True