method Path.prototype.mkDirSyncimport { Path } from "https://deno.land/x/path@v3.0.0/src/Path.ts"; mkDirSync(parents?: boolean): booleancreate the specified path if parents is true any needed paths will be created Parametersoptionalparents: boolean = [UNSUPPORTED]the desired path Returnsbooleantrue on success and false on failure