Posts by Edsonjaguiar • 16 points
1 post
-
0
votes1
answer548
viewsA: How to access folders and copy files in Python?
import os import shutil There are two ways to move and rename, see: In this part, the file will be renamed and moved os.rename("diretorio/origem/nome-do-arquivo",…
pythonanswered Edsonjaguiar 16