diff options
Diffstat (limited to 'paludis/util/fs_path.hh')
-rw-r--r-- | paludis/util/fs_path.hh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/paludis/util/fs_path.hh b/paludis/util/fs_path.hh index f18fa610f..bb9c65a98 100644 --- a/paludis/util/fs_path.hh +++ b/paludis/util/fs_path.hh @@ -85,6 +85,12 @@ namespace paludis FSPath strip_leading(const FSPath & prefix) const; /** + * Do we start with a given path (eg '/foo/bar' starts with '/foo' + * but not '/fo')? + */ + bool starts_with(const FSPath &) const; + + /** * Try to make a directory. * * \return True, if we succeeded, and false if the directory |