5 lines
196 B
Text
5 lines
196 B
Text
(1000$ 'abcdefg') fwrite 'text.txt' NB. create test file
|
|
567 ftruncate 'test.txt' NB. truncate test file
|
|
567
|
|
fsize 'test.txt' NB. check new file size
|
|
567
|