Documentation

IO::DeleteFolder

Function

void IO::DeleteFolder(const string&in path, bool recursive = false)

Deletes the folder at the given location. When recursive is false, the directory is only deleted if it is empty. Please be careful when setting recursive to true.

string path

bool recursive