diff options
author | ivanmorozov <ivanmorozov@yandex-team.ru> | 2022-02-10 16:47:33 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:33 +0300 |
commit | cba5d9a444e2cfe105f55ccda66cd21d50440017 (patch) | |
tree | 79983e83d1a91aebeb1999338090eec69e24cc33 /util/folder/path.h | |
parent | eb540cc7a103419462d0cc870ca403966e2194c6 (diff) | |
download | ydb-cba5d9a444e2cfe105f55ccda66cd21d50440017.tar.gz |
Restoring authorship annotation for <ivanmorozov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/folder/path.h')
-rw-r--r-- | util/folder/path.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/folder/path.h b/util/folder/path.h index 2fb4d6b4ef..904f6199d6 100644 --- a/util/folder/path.h +++ b/util/folder/path.h @@ -139,8 +139,8 @@ public: * @brief create this directory * * @param mode specifies permissions to use as described in mkdir(2), makes sense only on Unix-like systems. - * - * Nothing to do if dir exists. + * + * Nothing to do if dir exists. */ void MkDir(const int mode = MODE0777) const; @@ -187,7 +187,7 @@ public: void ForceRenameTo(const TString& newPath) const; void CopyTo(const TString& newPath, bool force) const; - + void Touch() const; TFsPath RealPath() const; |