What is the outcome of the scenario : open(FH, ">c:\temp\notes.txt") ?
Opens a file notes.txt
fails to create a file and displays error
fails to open a file but doesn't display error
Opens a file but not notes.txt