ΒΆstd::vector<std::string> scanDirectory(
    llvm::StringRef Path)

Description

Gets names (filenames) of items in directory at \p Path.

Declared at: clang/lib/DirectoryWatcher/DirectoryScanner.h:19

Parameters

llvm::StringRef Path

Returns

empty vector if \p Path is not a directory, doesn't exist or can't be read from.