Skip to content

Commit ba7d2de

Browse files
Update README.md
1 parent 2824a3f commit ba7d2de

File tree

1 file changed

+29
-22
lines changed

1 file changed

+29
-22
lines changed

README.md

Lines changed: 29 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,38 @@
1-
# FileExplorer
2-
a file explorer written in PureBasic
1+
# PureBasic FileExplorer
2+
This is a file explorer written in PureBasic.
3+
This is the very first release and there are too many things you can add here.
34

4-
this is the very first release, there are too many things you can add here
5+
Why do we need a file explorer?
6+
When you want to write an operating system, this is a must.
57

6-
why do we need a file explorer?
7-
when you want to write an operating system, this is a must
8+
Just put everything inside the DIRECTORY_101,
9+
the computer is the one assigned to sort files according to format
10+
and this is due to the algorithm included in the source code.
811

9-
to compile/run, just use PureBasic IDE, that's very fast and simple for simple programs like these
12+
When you already compiled the source code,
13+
you run EXPLORER_LISTVIEW_V1.exe and
14+
you will be seeing these things:
1015

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
16+
for Documents, the default file extensions are:
17+
.txt
18+
.pdf
19+
.docx
2720

21+
for Videos, the default file extensions are:
22+
.mp4
23+
.avi
2824

25+
for Pictures, the default file extensions are:
26+
.png
27+
.jpg
2928

29+
## Compiling
30+
To compile/run, just use the PureBasic IDE, that's very fast and
31+
simple for simple programs like this.
3032

33+
## Contributing
34+
1. Fork it!
35+
2. Then, made changes, and create a pull request. I'm happy you contribute to my repo!
3136

37+
## License
38+
MIT- The permissive license

0 commit comments

Comments
 (0)