summaryrefslogtreecommitdiffstats
path: root/util/folder/path.h
diff options
context:
space:
mode:
authorqwerty <[email protected]>2022-02-10 16:49:25 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:49:25 +0300
commitca6b8a0150d5ee4cc8fb804d1285d9c32fb4fe88 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /util/folder/path.h
parent34e37ee57f5837a8da2fdfaccaac9bbe6c7f02ba (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/folder/path.h')
-rw-r--r--util/folder/path.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/folder/path.h b/util/folder/path.h
index ef78ffcfc00..2fb4d6b4ef3 100644
--- a/util/folder/path.h
+++ b/util/folder/path.h
@@ -87,7 +87,7 @@ public:
bool IsAbsolute() const;
bool IsRelative() const;
-
+
/**
* TFsPath("/a/b").IsSubpathOf("/a") -> true
*
@@ -125,7 +125,7 @@ public:
* Never fails. Returns this if already a root.
*/
TFsPath Parent() const;
-
+
TString Basename() const {
return GetName();
}