pylipid.util.check_dir

pylipid.util.check_dir(directory=None, suffix=None, print_info=True)[source]

Check directory

This function will combine the suffix with the given directory (or the current working directory if None is given) to generate a new directory name, and create a directory with this name if it does not exit.