Function pathLocation
Gets a valid path folder from the user. The string will not contain quotes, if you are using in a system call and the path contain spaces wrapping in quotes may be required.
string pathLocation
(
string action
);
auto confFile = pathLocation("Where is the configuration file?");
Throws
NoInputException if the user does not provide a path.