Open-File

(open-file path mode) -> file

Example:

>> (define a (open-file "test.txt" "rwc"))
:: [fileopen test.txt]

Opens the given file with the flags given in mode. What flags will be accepted vary by the host environment. What follows is a partial list.

Universal to all OSes:

See Also: <file>