Réponse

if os.path.exists(string_path)

Colonne
Explication

path_string_extract_dir = 'exo3Zip'<br>
if not os.path.exists(path_string_extract_dir):<br>
os.makedirs(path_string_extract_dir)

Question

Code pour tester si un fichier existe(string_path) ?

Thématique