ibec_LoadFromFile

Loads file data into variable.

This function now supports Unicode (UTF8) file names. You can still use ANSI names, necessary checks and conversion are performed automatically.

Syntax

  function ibec_LoadFromFile(FileName : string): string;

Example

See Inserting file data into a database.

See also:
ibec_SaveToFile
Example: Importing data from a file

back to top of page
<< ibec_GetFiles | IBEBlock | ibec_SaveToFile >>