diff options
author | sereglond <sereglond@yandex-team.ru> | 2022-02-10 16:47:47 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:47 +0300 |
commit | 73bb02f2495181e0719a800f979df508924f4b71 (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /util/folder/dirut.h | |
parent | eb3d925534734c808602b31b38b953677f0a279f (diff) | |
download | ydb-73bb02f2495181e0719a800f979df508924f4b71.tar.gz |
Restoring authorship annotation for <sereglond@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/folder/dirut.h')
-rw-r--r-- | util/folder/dirut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/folder/dirut.h b/util/folder/dirut.h index 8f30c16ac0..2537027b12 100644 --- a/util/folder/dirut.h +++ b/util/folder/dirut.h @@ -38,7 +38,7 @@ char* mkdtemp(char* path); #endif bool IsDir(const TString& path); - + int mkpath(char* path, int mode = 0777); TString GetHomeDir(); |