Function File: s = slurp_file ( f )

slurp_file return a whole text file f as a string s.

f : string : filename s : string : contents of the file

If f is not an absolute filename, and is not an immediately accessible file, slurp_file () will look for f in the path.

Package: miscellaneous