Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[implement] Ajustes moveFile.py #3

Closed
davieduardo94 opened this issue Oct 19, 2021 · 0 comments
Closed

[implement] Ajustes moveFile.py #3

davieduardo94 opened this issue Oct 19, 2021 · 0 comments
Labels
implementation To implements a functions or features

Comments

@davieduardo94
Copy link
Owner

davieduardo94 commented Oct 19, 2021

Implementar as funções para mover/renomear arquivos específicos dentro da pasta.
modelo solução:

import glob

localDownload = "C:\\Users\\Administrador\\Downloads\\"
# escolhendo arquivo da pasta para mover
files = glob.glob(os.path.join(localDownload,'nome_arquivo*.zip'))

link de ajuda:
Movendo arquivos com Python

@davieduardo94 davieduardo94 added the implementation To implements a functions or features label Oct 19, 2021
@davieduardo94 davieduardo94 changed the title [implement] Ajustes renameFile.py, moveFile.py [implement] Ajustes moveFile.py Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
implementation To implements a functions or features
Projects
None yet
Development

No branches or pull requests

1 participant