i am concatenating a number of variables and i want to save that string as a file path.
is there a way it will automatically create all appropriate directories if they dont exist without having to check "if exists" on each one
for example . .
"C:\" + a + "\" + b+ "\" + d + "\" + d + ".txt"