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

File Operations #3

Open
1 of 9 tasks
Zvorky opened this issue Dec 8, 2022 · 1 comment
Open
1 of 9 tasks

File Operations #3

Zvorky opened this issue Dec 8, 2022 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@Zvorky
Copy link
Owner

Zvorky commented Dec 8, 2022

v1.0

  • Move
  • Copy
  • Delete (perm)

Later...

  • Update
  • Move Overwrite
  • Copy Overwrite
  • Copy Update
  • Make Link (to another directory)
  • Move and Link
@Zvorky Zvorky added the enhancement New feature or request label Dec 8, 2022
@Zvorky Zvorky added this to the v0 milestone Mar 16, 2024
@Zvorky Zvorky changed the title File Methods File Operations Mar 22, 2024
@Zvorky
Copy link
Owner Author

Zvorky commented Mar 25, 2024

To achieve this, the code needs to know which operation execute to each file. This must be set at the config file.

  • Change the Config File structure
  • Implement the updated Config structure in code
  • Implement the actions as class functions

For this version, I'm not forcing the action, the moved/copied files will not overwritte existing ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Scheduled
Development

No branches or pull requests

1 participant