Function to make folders within working directory.
Folder.Maker(x)
a directory where you want a list of folders created.
Creates folders and will not overwrite any existing folders
# paths=paste(getwd(),c("maps","plots","data"),sep="/")
# Folder.Maker(paths)