Ns ftruncate

From AOLserver Wiki
Revision as of 20:38, 9 June 2004 by WikiSysop (talk | contribs) (imported from WiKit id 564)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Man page: http://aolserver.com/docs/tcl/ns_ftruncate.html


NAME

ns_ftruncate - truncate an open Tcl channel to a specified length

SYNOPSIS

ns_ftruncate fileId ?length?

DESCRIPTION

This command truncates an open Tcl channel fileId to the size of length bytes. If length is not specified then it is assumed to be zero. This command is similar to the TclX [ftruncate] command.

SEE ALSO

TclX [ftruncate] [1]


Category Documentation - Category Core Tcl API