Files
scylladb/utils
Dawid Medrek c7fe5d7f94 utils/lister: Limit the API of scan_dir() to fs::path
Right now, the function allows for passing the path to a file as a seastar::sstring,
which is then converted to std::filesystem::path -- implicitly to the caller.
However, the function performs I/O, and there is no reason to accept any other type
than std::filesystem::path, especially because the conversion is straightforward.
Callers can perform it on their own.

This commit introduces the more constrained API.

Closes #15266
2023-09-05 20:50:42 +03:00
..
2023-07-11 09:30:46 +03:00
2022-06-02 11:21:05 +03:00
2023-09-01 22:34:23 +02:00
2023-01-27 19:15:39 +01:00