pencil.io.exists_file ===================== .. py:module:: pencil.io.exists_file Functions --------- .. autoapisummary:: pencil.io.exists_file.exists_file Module Contents --------------- .. py:function:: exists_file(file, folder=False) Better version of exists, compared with os.path.exists! :param file: filename to look for in folder, or complete filepath string :param folder: optinal, folder in which file should be :returns: True if file in folder of path specified in file exists.