Hello all,
I'm having some trouble finding the procedures related to file handling.
These are the things I want to do:
- Check if file/directory exists
- Find exe's in the PATH variable
- Read from environment variables
For context, I have some experience with Python's pathlib, this might color my expectations.
Lot's of things are kind of new and I am not really familiar yet with the style of naming I guess.