Using this command, what causes the INVALID_OPERATION exception to be raised?

DECLARE
V_FILE_ID UTL_FILE.FILE_TYPE;

BEGIN
V_FILE_ID := UTL_FILE.FOPEN ('i:\development\bob\','ftsccf.prn','r');