Unknown From Oxygen previous page next page getfile ACTION: copies file content to a string USE: String=getfile FileName : getfile FileName,String EXAMPLE: string s : getfile "t.txt",s RESULT: s contains content of "t.txt" RELATED: putfile print previous page start next page