This is a file explorer written in PureBasic. This is the very first release and there are too many things you can add here.
Please note that this project is presented as a showcase of my work during a specific period. It represents a snapshot of my skills and accomplishments at that time. As such, this project is no longer actively maintained or updated. It is kept public for demonstration purposes and may not reflect my current abilities or the latest best practices in the field.
However, feel free to learn from this archived project, preserved as it was during that specific period !
Why do we need a file explorer? When you want to write an operating system, this is a must.
Just put everything inside the DIRECTORY_101, the computer is the one assigned to sort files according to format and this is due to the algorithm included in the source code.
When you already compiled the source code, you run the executable file and you will be seeing these things:
for Documents, the default file extensions are:
.txt
.pdf
.docx
for Videos, the default file extensions are:
.mp4
.avi
for Pictures, the default file extensions are:
.png
.jpg
To compile/run, just use the PureBasic IDE, that's very fast and simple for simple programs like this.
MIT - The permissive license
PureBasic was my first ever programming language, so it reminds me of the good old days. Before PureBasic, I first learned Excel formulas, which really captured my interest. The very first time I encountered Excel was in college, and it was the IF function presented by the professor that really caught my attention.
for more PureBasic discussion and other details, check the Main Page -> PureBasic