We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d13b1 commit 64aa640Copy full SHA for 64aa640
File_Manager/README.md
@@ -15,23 +15,37 @@ A simple App For Manage Files
15
## Then ...
16
app create Folder For each File(Extension of each file) and move Same extension Files to their Folder
17
18
+<br>
19
20
for example:
21
22
when Run app in folder with this contents:
23
24
25
first.png (file)
26
27
first.txt (file)
28
29
first.mp4 (file)
30
31
first.psd (file)
32
33
first.mp3 (file)
34
35
36
37
### app Act Like this:
38
39
png_files (folder)
40
41
txt_files (folder)
42
43
mp4_files (folder)
44
45
psd_files (folder)
46
47
mp3_files (folder)
48
49
50
51
and move Same file's to their Owen Folder
0 commit comments