FileReadString function
Return to Introduction  Previous page  Next page
Unit
acUtils  

Declaration
function FileReadString(const Filename: String): String;  

Description
The FileReadString function reads the file and returns its content as plain text string.  

See also
HTTPReadString function from acHTTP unit.