We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d7c9fc commit b73ea0dCopy full SHA for b73ea0d
1 file changed
README.md
@@ -6,7 +6,24 @@ this is the very first release, there are too many things you can add here
6
why do we need a file explorer?
7
when you want to write an operating system, this is a must
8
9
-To compile/run, just use PureBasic IDE, that's very fast and simple for simple programs like these.
+to compile/run, just use PureBasic IDE, that's very fast and simple for simple programs like these
10
+
11
+>just put everything inside DIRECTORY_101
12
+>then run EXPLORER_LISTVIEW_V1.exe
13
+>you will be seeing those things,
14
15
+for Documents, the default file extensions are:
16
+.txt
17
+.pdf
18
+.docx
19
20
+for Videos, the default file extensions are:
21
+.mp4
22
+.avi
23
24
+for Pictures, the default file extensions are:
25
+.png
26
+.jpg
27
28
29
0 commit comments