FileAppend

Prev Next Home Home Table Of Contents Index

FileAppend (FileVar)

Opens a file for access and moves the file pointer to the end of the file. File writes will start at the end of the file.


Example:
var LogFileName

FileAssign(LogFileName,'USER.LOG') ; Assign a filename FileAppend(LogFileName) ; Use FileAppend move to EOF FileWriteLn(LogFileName,"This is a test") ;Write to file FileClose(LogFileName) ;Close File

See Also: FileOpen

Category: File

Prev Next Home Home Table Of Contents Index

Sponsors
Shopping
Forum
Forum
email
EMail
Index
Index
Home
Home