Ga naar hoofdinhoud

23 artikelen getagd met "file management"

Laat alle tags zien

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

Een bestand openen (lezen/schrijven).

fread

Lees één regel uit een bestand.

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.

fwrite

Schrijf tekst naar een bestand.