33#ifndef DVD_PLATFORM_FILE_FILE_UPDATE_MONITOR_H_
34#define DVD_PLATFORM_FILE_FILE_UPDATE_MONITOR_H_
36#include <FileWatcher/FileWatcher.h>
57 void handleFileAction(FW::WatchID watchid,
const FW::String& dir,
const FW::String& filename, FW::Action action)
override;
void addIgnoredEndCharacter(char character)
vector< char > _ignoredEndingCharacters
void addIgnoredExtension(const char *extension)
vector< Str< 8 > > _ignoredExtensions
void handleFileAction(FW::WatchID watchid, const FW::String &dir, const FW::String &filename, FW::Action action) override
Handle console commands that start with a forward slash.
DELEGATE_STD< Ret, Args... > DELEGATE
DELEGATE< void, std::string_view, FileUpdateEvent > FileUpdateCbk
eastl::vector< Type > vector