We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53eae40 commit e900f60Copy full SHA for e900f60
BasicPythonScripts/PC Cleaner/README.md
@@ -9,7 +9,7 @@
9
- Finally, all of the files will be placed in their proper directories.
10
11
## Procedure to follow:
12
-- Import oS module
+- Import **OS** module
13
- Using the **chdir** function, change the location where the files will be imported.
14
- List all of the files using the **listdir** function, and then delete any files that don't have an extension like any folder.
15
- Run a loop for all of the files, putting them in the appropriate folders based on their extensions.
0 commit comments