Cicode Programming Reference > Cicode Function Categories > File Functions | Cicode

File Functions

Following are functions relating to file operations:

FileClose

Closes a file.

FileCopy

Copies a file or group of files.

FileDelete

Deletes a file.

FileEOF

Checks for the end of a file.

FileExist

Checks if a file exists.

FileFind

Finds a file that matches a specified search criteria.

FileFindClose

Closes a find (started with FileFind) that did not run to completion.

FileGetTime

Gets the time on a file.

FileMakePath

Creates a file path string from individual components.

FileOpen

Opens or creates an ASCII file.

FilePrint

Prints a file on a device.

FileRead

Reads characters from a file.

FileReadBlock

Reads a block of characters from a file.

FileReadLn

Reads a line from a file.

FileRename

Renames a file.

FileRichTextPrint

Prints a rich text file.

FileSeek

Seeks a position in a file.

FileSetTime

Sets the time on a file.

FileSize

Gets the size of a file.

FileSplitPath

Splits a file path into individual string components.

FileWrite

Writes characters to a file.

FileWriteBlock

Writes a block of characters to a file.

FileWriteLn

Writes a line to a file.

See Also

Published June 2018