15
Is there a FileSystem framework without AI features?
(programming.dev)
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
Web development is the process of creating websites or web applications
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
What do you mean "filesystem"?
That's the data format that you'll find on a USB flash drive, hard drive, ssd, etc...
It has nothing to do with web development, they're completely separate things.
What you're asking makes as much sense as asking: "Which temperature smells best? Words or tired?"
You've gone down the wrong road and we're not sure how you got there.
You'll have better luck if you explain what you're actually wanting.
A simple search could do you a world of good, pal.
Don't be a dick to people that are actually trying to help you, when you admittedly don't know what you're talking about.
That's kind of their whole thing
Anybody who doesn't understand what is being discussed after reading that should not be trying to answer, I don't really have a lot of time to educate every single passerby on the most basic of terminology.
The quoted text makes no sense. It has gaps. And the comment you dismissed seemingly pointed that out.
Websites don't have a file system. They serve content as responses.
PHP is not a filesystem. ASPNET is not a filesystem.
You could be talking about managing files, you could be talking about sourcing web responses from local files, or you could be talking about something else.
FileSystem Framework
FileSystem Framework
FileSystem Framework
Examples: Laravel, ASP.NET, and NodeJS FS
Did that clear up your confusion?
Here is a link to the documentation for NodeJS FS: https://nodejs.org/api/fs.html
Here is a link to Laravel's FileSystem documentation with quote: https://www.laravel.wiki/en/filesystem
It's fine to be legitimately curious but if you think the question is wrong then you're arguing with reality.
Those aren't fileystem frameworks but filesystem interfaces used by frameworks. Counter example of what i mean: https://filesystem-spec.readthedocs.io/en/latest/
I'm certainly not going to use their interfaces on a different framework, so I'm looking for frameworks, Jack.
Nodejs is not a framework though. So you very well could use the exact thing you linked to with many different frameworks
A simple search could do you a world of good, pal. I'd start at the Dunning-Kruger-Effect and go on from there.
Honestly, that was a perfectly reasonable question and you're being rude. Pretty much every programmer knows what a filesystem is but a filesystem framework is not clear.
I would have pitched in with questions and suggestions but since you're being a dick I won't.
I don't think what you asked made sense either. I initially thought you were going to ask a question about different file explorers because thats a relatively common topic, but what you asked made no sense.
Try reading the post and you will see it's about finding a filesystem tool used in web development such as Laravel or NodejsFS. There is no ambiguity here, this isnt about thumb drives or operating systems.
That's a dumb reply. If you count fs from nodejs then you can literally Google "how to [read/write/stream] file in [pretty much any language".