RemoveDirectoryAsync
Removes an empty OS filesystem directory without blocking the game thread.
native void RemoveDirectoryAsync(const char[] path, FileOpCallback callback, any data = 0)Parameters
const char[] path
Path to the directory.
Callback invoked on completion.
any data
User data passed to the callback.
Return Value
voidError
The callback is invalid or the async worker is shutting down.