jdevfullstack / PureBasic-FileExplorer

a file explorer written in PureBasic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PureBasic File Explorer

Hits

This is a file explorer written in PureBasic. This is the very first release and there are too many things you can add here.

GUI

Disclaimer

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 PureBasic

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

Compiling

To compile/run, just use the PureBasic IDE, that's very fast and simple for simple programs like this.

License

MIT - The permissive license

The Good Old Days

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.

More PureBasic Projects

for more PureBasic discussion and other details, check the Main Page -> PureBasic

About

a file explorer written in PureBasic

License:MIT License


Languages

Language:PureBasic 100.0%