How hard is it to open a file?
Sebastian Wick has a great explanation of why opening files - programmatically - is a lot more complex and fraught with dangers than you might think it is.
It’s a question I had to ask myself multiple times over the last few months. Depending on the context the answer can be:
very simple, just call the standard library function
extremely hard, don’t trust a
https://www.osnews.com/story/144825/how-hard-is-it-to-open-a-file/





