Zymba Documentation
ZeyOS.TempFile
object @ZeyOS.TempFile(@Base) {
construct(string $name) {}
delete(): $this {}
getName(): string {}
getPath(): string {}
read(): string {}
readJSON(): mixed {}
reserve(): string {}
toString(): string {}
write(string $string): $this {}
writeJSON(mixed $value): $this {}
}