KeyValuesToFile
Converts a KeyValues tree to a file. The tree is dumped
from the current position.
native bool KeyValuesToFile(Handle kv, const char[] file)Parameters
const char[] file
File to dump write to.
Return Value
bool True on success, false otherwise.Error
Invalid Handle.