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 renameFile.py #2

Closed
davieduardo94 opened this issue Oct 19, 2021 · 1 comment
Closed

[implement] Ajustes renameFile.py #2

davieduardo94 opened this issue Oct 19, 2021 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@davieduardo94
Copy link
Owner

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 renameFile.py Oct 19, 2021
@davieduardo94 davieduardo94 added duplicate This issue or pull request already exists and removed implementation To implements a functions or features labels Oct 19, 2021
@davieduardo94
Copy link
Owner Author

Duplicatede #1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

1 participant