This repository was archived by the owner on May 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
This repository was archived by the owner on May 25, 2022. It is now read-only.
write a program to organized download folder with different category #3
Closed
@chavarera
Description
Problem Statement
Write a program to organized download folder with different category
Steps:
-
Ask user output folder path
(If path not exists notify it user and ask correct path) -
Now read files from download folder
-
move files to output sub folder using category
(Music,videos,spreadsheet,shortcuts,PDF)
- Output-Folder | - Music | - Videos | - Document | - Etc...