Файлы


f := File with("foo.txt)
f remove
//openForAppending, openForReading, or openForUpdating
f openForUpdating
f write("hello world!")
f close