![]() |
<< Index >> |
FutureBasic |
def open (deprecated in 5.7.102 - recommend UTIs) | statement | |
|
=
]
def open "ttrottxt"
open "O" , #1, "test file" ,@parentFolderRef // an FSRef cannot be created for a non-existent file, so a filename is supplied
print #1, "This is a test file"
close #1