Aurhell
Member
- Joined
- Sep 18, 2024
- Messages
- 5
- Programming Experience
- 3-5
Hi,
I know that C# / .NET may not be the best language to achieve this, but C# is the language I'm the most familiar with (coding it's just a hobby of mine).
What I mean by "zip-like" is like a "virtual" file, containing subfolders / files, but not compressed.
I'd like to do a Windows' Explorer like.
Ideally I'd like to get a result like this
Main directory : Pictures / Movies / Games / Etc.
Sub directories :
My main question is, is that doable ? (Especially in C#) I guess using Windows API could help.
Have a good day !
Aurélien.
I know that C# / .NET may not be the best language to achieve this, but C# is the language I'm the most familiar with (coding it's just a hobby of mine).
What I mean by "zip-like" is like a "virtual" file, containing subfolders / files, but not compressed.
I'd like to do a Windows' Explorer like.
Ideally I'd like to get a result like this
Main directory : Pictures / Movies / Games / Etc.
Sub directories :
* Pictures - Animal, Art, etc
* Movie - Action, Comedy, Sci-fi, etc
* Games - RPG, Shoot'em up, Adventure, etc.
Of course, I'd also like to remove /edit things, searchMy main question is, is that doable ? (Especially in C#) I guess using Windows API could help.
Have a good day !
Aurélien.