MakeDir (create local directory)

function MakeDir(what: string): boolean

This function attempts to create the what directory in the local file-system, and returns true if the creation is successful, or false if the function fails.