File error messages

ERR 1001 File not found

The file as typed does not exist.

ERR 1002 Path not found

The path specified is not a valid path.

ERR 1003 Too many open files

You have exceeded the open file limit. The default is 20. You can adjust this with the FILES environment parameter.

ERR 1004 Access denied

Attempt to use a file which is restricted in use. For example, attempting to write to a read-only file.

ERR 1005 Invalid handle

The handle specified does not exist.

ERR 1006 Attempted to remove the current directory

You cannot remove the current directory.

ERR 1007 Cannot rename to different device

When renaming a file, drive specifications must be identical.

ERR 1008 Disk full

A write operation was unsuccessful because of lack of space.