Skip to main content

23 docs tagged with "file management"

View all tags

fblockread

This function allows you to read data from a file, without encoding and line terminators.

fblockwrite

Write data to a file in binary format, while ignoring line brakes and encoding.

fexist

Checks if a specific file exists in the scriptfiles directory.

fflush

Flush a file to disk (ensure all writes are complete).

fgetchar

Reads a single character from a file.

filecrc

Return the 32-bit CRC value of a file.

flength

Returns the length of a file.

fmatch

Find a filename matching a pattern.

fopen

Open a file (to read from or write to).

fread

Read a single line from a file.

fseek

Change the current position in the file.

fstat

Return the size and the timestamp of a file.

ftell

Get the current position in the file.

ftemp

Creates a file in the "tmp", "temp" or root directory with random name for reading and writing.