|
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. |
3 | 4 |
|
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. |
5 | 7 |
|
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. |
8 | 11 |
|
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: |
10 | 15 |
|
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 |
27 | 20 |
|
| 21 | +for Videos, the default file extensions are: |
| 22 | +.mp4 |
| 23 | +.avi |
28 | 24 |
|
| 25 | +for Pictures, the default file extensions are: |
| 26 | +.png |
| 27 | +.jpg |
29 | 28 |
|
| 29 | +## Compiling |
| 30 | +To compile/run, just use the PureBasic IDE, that's very fast and |
| 31 | +simple for simple programs like this. |
30 | 32 |
|
| 33 | +## Contributing |
| 34 | +1. Fork it! |
| 35 | +2. Then, made changes, and create a pull request. I'm happy you contribute to my repo! |
31 | 36 |
|
| 37 | +## License |
| 38 | +MIT- The permissive license |
0 commit comments