Approaching this question from a different angle, what character #
could I use in my input file below:
1#2#3#/home/user/foo.txt
4#5#6#/home/user/foo.test.---.txt
7#8#9#/home/user/foo. . .!!+.txt
...
Such that when I tokenize it (in C++ using strtok (str, "#")
) I am guaranteed that the file name will not break my program?