Skip to content

fs::FSImpl

詳細情報

メンバー

FSImpl()

fs::FSImpl::FSImpl()

~FSImpl()

virtual fs::FSImpl::~FSImpl()

open()

virtual FileImplPtr fs::FSImpl::open(const char *path, const char *mode)=0

引数

  • constchar * path
  • constchar * mode

戻り値

FileImplPtr

exists()

virtual bool fs::FSImpl::exists(const char *path)=0

引数

  • constchar * path

戻り値

bool

rename()

virtual bool fs::FSImpl::rename(const char *pathFrom, const char *pathTo)=0

引数

  • constchar * pathFrom
  • constchar * pathTo

戻り値

bool

remove()

virtual bool fs::FSImpl::remove(const char *path)=0

引数

  • constchar * path

戻り値

bool

mkdir()

virtual bool fs::FSImpl::mkdir(const char *path)=0

引数

  • constchar * path

戻り値

bool

rmdir()

virtual bool fs::FSImpl::rmdir(const char *path)=0

引数

  • constchar * path

戻り値

bool

mountpoint()

void FSImpl::mountpoint(const char *)

引数

  • constchar * ``

mountpoint()

const char * FSImpl::mountpoint()

戻り値

constchar *