IO::File namespace

Functions

auto Exists(const char16_t* path) -> bool
Returns true if the given path is an existing file in the users disk.
auto Remove(const char16_t* path) -> bool
auto GetSize(const char16_t* path) -> unsigned int

Function documentation

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

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

Parameters
path