WhitmanCS370 / OGGS_repo

The repository for team OGGS
2 stars 1 forks source link

Move files from one location to another #27

Closed gabepm100 closed 5 months ago

gabepm100 commented 6 months ago

Be able to specify using the cli that you are moving a file from one location to another.

Example Call: python3 Interface.py -mv /home/gabe/Documents/coffee.wav /home/gabe/Documents/Design

ggrgg13 commented 5 months ago

The one use case I can think of is importing audio files.

ggrgg13 commented 5 months ago

Deemed unnecessary. Importing file is already implemented.