Recherche
Voici les résultats de votre recherche.
Résultats plein texte:
- tester_existance_fichier
- 8 Occurrences trouvées, Dernière modification :
-
from pathlib import Path
aPath = Path('/path/to/file.csv') ... t access, R_OK
from os.path import isfile, isdir
file = "/some/path/to/file"
assert isfile(file) and access(file, R_OK), \
f"File {file} doesn't exist or isn't readable"
<
- lister_fichiers
- 3 Occurrences trouvées, Dernière modification :
- {{tag>dev code python files directory répertoire fichier list}}
:TODO_DOCUPDATE:
====== Python3 : Lis... érences =====
* https://realpython.com/get-all-files-in-directory-python/
* https://stackoverflow.com/questions/14176166/list-only-files-in-a-directory
- modifier_fichier_docx
- 1 Occurrences trouvées, Dernière modification :
- {{tag>dev python file fichier word doc docx}}
:TODO_DOCUPDATE:
====== Python3 : Modifier un fichier au