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 | 41d18a5226207be99e4311c8ee233bf616e1bdec (patch) | |
tree | 6ff7b24923c3779c366e3941ef05fce03f41dbfa /util/folder | |
parent | 0b79544a9f9a331f71e17b24779bf91ccdee76a0 (diff) | |
download | ydb-41d18a5226207be99e4311c8ee233bf616e1bdec.tar.gz |
Restoring authorship annotation for <vvp@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/folder')
-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 2537027b12..5508568626 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 { |