aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorakhropov <akhropov@yandex-team.com>2023-04-24 12:06:24 +0300
committerakhropov <akhropov@yandex-team.com>2023-04-24 12:06:24 +0300
commit69f46d405f28213e905c59854e9a30dc57ee6792 (patch)
tree2bf746130745dc0fa54d18bcbdf51b57f75a387d
parentf9a0c8229df295ad699d1395f7f5c24b53a35ecc (diff)
downloadydb-69f46d405f28213e905c59854e9a30dc57ee6792.tar.gz
Add clarifying comment about the behavior of RemoveRecursive is file or directory does not exist.
-rw-r--r--util/system/fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/system/fs.h b/util/system/fs.h
index 80f0a295c8..af33664102 100644
--- a/util/system/fs.h
+++ b/util/system/fs.h
@@ -31,6 +31,7 @@ namespace NFs {
bool Remove(const TString& path);
/// Remove a file or directory with contents
+ /// Does nothing if path does not exist
///
/// @param[in] path Path to file or directory
/// @throws