mirror of
https://github.com/NixOS/nix
synced 2025-06-29 19:03:16 +02:00
parent
2605f4f4e6
commit
3a4623afbb
3 changed files with 5 additions and 4 deletions
|
@ -88,7 +88,7 @@ void makePathReadOnly(const Path & path);
|
|||
|
||||
/* Create a temporary directory. */
|
||||
Path createTempDir(const Path & tmpRoot = "", const Path & prefix = "nix",
|
||||
bool includePid = true, bool useGlobalCounter = true);
|
||||
bool includePid = true, bool useGlobalCounter = true, mode_t mode = 0755);
|
||||
|
||||
/* Create a directory and all its parents, if necessary. Returns the
|
||||
list of created directories, in order of creation. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue