File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,24 @@ this is the very first release, there are too many things you can add here
6
6
why do we need a file explorer?
7
7
when you want to write an operating system, this is a must
8
8
9
- To compile/run, just use PureBasic IDE, that's very fast and simple for simple programs like these.
9
+ 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
10
27
11
28
12
29
You can’t perform that action at this time.
0 commit comments