hamsci_psws.gen_lib.make_dir

hamsci_psws.gen_lib.make_dir(path, clear=False)[source]

Make a directory. Returns no error if it already exists or the process fails.

Parameters
  • path – path of directory to be created

  • clear – delete any pre-existing directory located at <path>.