# -*- coding: iso-8859-1 -*- #. // _by_file.py from os.path import isfile #. // Savoir si un fichier existe. def by_file( cFile ): return isfile( cFile ) ''' Dernière modification : 2022-02-11 from _by_file import by_file # // Savoir si un fichier existe. '''