Inhaltsverzeichnis

LoadFile

Loads the specified file and either directly returns the contents i.e. string, or reads binary and encodes the result base64 and returns that.

Syntax:

LoadFile( string fileName, bool base64Encode )

Beispiel

LoadFile("D:\temp\test.zip", true())