Posted by robert on Jul 08, 2021 in programming
Sometimes you need to use a filename in your code. While hard-coding a filename can be easy it can make the long term maintenance of the code a little more challenging. FILEVariable $0 One use case, but certainly not the only, is when you want to write… more »