Gda.fileSave

Saves a chunk of data into a file.

class Gda
static
int
fileSave
(
string filename
,
string buffer
,
int len
)

Parameters

filename string

path for the file to be saved.

buffer string

contents of the file.

len int

size of buffer.

Return Value

Type: int

TRUE if successful, FALSE on error.

Meta