12-12-2007, 01:06 PM
From the help section on 'setfile'
Quote:setfile writes s to file. If from is 0 and the file already exists, destroys previous content. If from is -1, appends. If nbytes is -1, writes whole s. If the file does not exist, creates.
