|
|
@ -43,6 +43,8 @@ namespace VFS
|
|
|
|
/// @note May be called from any thread once the index has been built.
|
|
|
|
/// @note May be called from any thread once the index has been built.
|
|
|
|
bool exists(const Path::Normalized& name) const;
|
|
|
|
bool exists(const Path::Normalized& name) const;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bool exists(Path::NormalizedView name) const;
|
|
|
|
|
|
|
|
|
|
|
|
/// Retrieve a file by name.
|
|
|
|
/// Retrieve a file by name.
|
|
|
|
/// @note Throws an exception if the file can not be found.
|
|
|
|
/// @note Throws an exception if the file can not be found.
|
|
|
|
/// @note May be called from any thread once the index has been built.
|
|
|
|
/// @note May be called from any thread once the index has been built.
|
|
|
|