DescriptionReturns an iSequentialStream that holds the file's content. This is the only way to read binary files (can be saved as database field).SyntaxFunction Read( filename [,hint] )filename (input, string) - the file to be read (only works with text files) hint (input, string) - optional string describing how to open the file. Return valueWhen the hint parameter is present and contains the word "text" the function returns a text variant. Otherwise it returns iSequentialStreamSee alsoPlatform Objects and Methodstarget.file.Movetarget.file.Renametarget.file
Description
Returns an iSequentialStream that holds the file's content. This is the only way to read binary files (can be saved as database field).
Syntax
Function Read( filename [,hint] )
filename (input, string) - the file to be read (only works with text files) hint (input, string) - optional string describing how to open the file.
Return value
When the hint parameter is present and contains the word "text" the function returns a text variant. Otherwise it returns iSequentialStream
See also
Platform Objects and Methodstarget.file.Movetarget.file.Renametarget.file