- fileerrors(-Old, +New) is det
- Query and change the fileerrors flag. Default it is set to
true
, causing file operations to raise an exception. Setting
it to false
activates the old Edinburgh mode of silent
failure.
- deprecated
- - New code should use catch/3 to handle file errors
silently