How do i check if a directory exists and if it does then i go onto part c, then if it doesn't go to part b
E.g
if "/$username" exists //Part A
then
create /$username //Part B
else //Part C
Don't know if the statements are correct, fairly new to all this
My first attempt at writing something, i have the make directory code already, So that was only a basic outline
