ibec_SaveToFile

Saves value of variable into file.

Syntax

  function ibec_SaveToFile(FileName : string; Value : variant; Mode : integer): variant;

This function now supports files larger than 2 GB and Unicode (UTF8) file names. You can still use ANSI names; necessary checks and conversion are performed automatically.

Examples

See also:
ibec_LoadFromFile

<< ibec_LoadFromFile | IBEBlock | ibec_CopyFile >>