IO::Directory namespace

Functions

auto Exists(const char16_t* path) -> bool
Returns true if the given path is an existing folder in the users disk.
auto Create(const char16_t* path) -> bool
auto Remove(const char16_t* path, bool recursive) -> bool

Function documentation

bool IO::Directory::Exists(const char16_t* path)

Returns true if the given path is an existing folder in the users disk.

Parameters
path