Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@Stuxnet Because filenames can be longer? If a user wants to open a file with a longer name, and the program isn't able to handle that, it is not that great to explain that behaviour to users.
-
It is possible using the funny question mark character at the start of the whole path.
-
jkuhl5135y@Stuxnet because in the dot net world everything has long and verbose name spaces and then my company has their own naming conventions. This isn’t just the file name but the file name and it’s path together.
When you have a dependency like Microsoft. Ridiculously.Verbose.Namespace.Telemetry.Techbabble.Systems.dll, it adds up quickly.
Frankly the benefits of having descriptive namespaces in C# gets lost in the bloated verbosity. -
There is no filename size limit. There is a file path size limit. They are limitations inherited from DOS. It's at the core of windows which they are rumored to rewrite
Why the FUCK does Dot Net have a file name limit of 260 characters?
rant