7#ifndef CORE_FXCRT_FX_FOLDER_H_
8#define CORE_FXCRT_FX_FOLDER_H_
12#include "core/fxcrt/bytestring.h"
fxcrt::ByteString ByteString
static std::unique_ptr< FX_Folder > OpenFolder(const ByteString &path)
virtual bool GetNextFile(ByteString *filename, bool *bFolder)=0
virtual ~FX_Folder()=default
bool GetNextFile(ByteString *filename, bool *bFolder) override
~FX_PosixFolder() override
ByteString & operator=(const char *str)