FilesystemFunction: makeDir()On this pageFunction: makeDir() makeDir(path, options?): Promise<void> Create a directory at the given path. Parameters path string The path to of the directory to be created. options? MakeDirOptions Options for making the directory. Returns Promise<void>