4 lines
132 B
Text
4 lines
132 B
Text
-- note: fileIO xtra is shipped with Director, i.e. an "internal"
|
|
fp = xtra("fileIO").new()
|
|
fp.openFile("input.txt", 0)
|
|
fp.delete()
|