| Cause | Actions |
|---|---|
| The specified pathname is invalid. | Verify the pathname specified. |
| Files required for internal processes of component do not exist. | Consult the help document for any further assistance. |
| Cause | Actions |
|---|---|
| The specified pathname points to a directory. | Correct the pathname so that it points to a file. |
| The specified pathname points to a directory exists. | Remove the directory and replace it with a file. |
| Cause | Actions |
|---|---|
| File to be processed is locked. | Unlock the file. |
| Cause | Actions |
|---|---|
| The specified pathname is absolute whereas it expects a pathname that is relative to the user's current directory. | Specify the left mentioned pathname. |
| Cause | Actions |
|---|---|
| The specified pathname is not absolute. | Specify an absolute pathname. |
| Cause | Actions |
|---|---|
| File already exists. | The file needs to be deleted. |
| The pathname specified points to a file which already exists. | Specify a pathname that does not point to an existing file. |
| Cause | Actions |
|---|---|
| Directory is not empty. | Empty the directory. |
| Cause | Actions |
|---|---|
| General file operation error has occurred. | Signals that a failed file operation of some sort has occurred. Verify the status of the file that is to be manipulated. |
| Cause | Actions |
|---|---|
| The specified pathname points to a file. | Specify a pathname that points to a directory. |
| The pathname specified points to a file where a directory is expected. | Delete the file and create a directory that is accessible by the pathname. |
| Cause | Actions |
|---|---|
| Invalid file operation resulted by specifying the same pathname for both source and destination. | Verify the pathname specified for the destination. |
| Cause | Actions |
|---|---|
| The specified file name contains characters not allowed to be used. | Do not use characters prohibited in a filename. |