Source position: fileutil.pas line 15
function FileExists_read(
const fname: String
):Boolean;
const TEST_FILE = 'test.htm'; begin if FileExists_read(TEST_FILE) then WebFileOut(TEST_FILE); end.