diff options
author | vvp <vvp@yandex-team.ru> | 2022-02-10 16:49:55 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:55 +0300 |
commit | d0a386457ef009c1ed42e3e9b30f0dbcbf89d76b (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util | |
parent | 41d18a5226207be99e4311c8ee233bf616e1bdec (diff) | |
download | ydb-d0a386457ef009c1ed42e3e9b30f0dbcbf89d76b.tar.gz |
Restoring authorship annotation for <vvp@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util')
-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 5508568626..2537027b12 100644 --- a/util/folder/dirut.h +++ b/util/folder/dirut.h @@ -86,7 +86,7 @@ bool SafeResolveDir(const char* path, TString& result); TString GetDirName(const TString& path); TString GetBaseName(const TString& path); - + TString StripFileComponent(const TString& fileName); class TExistenceChecker { |