Go to the first, previous, next, last section, table of contents.
- `truncate(FILEHANDLE,LENGTH)'
-
- `truncate(EXPR,LENGTH)'
-
FILEHANDLE
にオープンされたファイル
または EXPR
という名前のファイルを指定する長さに切り詰める。
システムに truncate
がインプリメントされていなければ致命的エラーとなる。
Go to the first, previous, next, last section, table of contents.