Below is the code I am playing with (I realize its not working currently)
but wanted to know if there is a good way to accomplish this
Doing a bunch of i/o exercises and I am attempting to create a boilerplate to help with some of my foot work.
In pseudo
1 2 3 4 5 6 7 8 9 10
check for inFile
if Present
echo that its present
if inFile does not exist
create inFile
echo that its present
repeat for outfile
Code I have been playing around with blindly...
still learning about i/o