|- valign="top" scope="row"
|<code>FOFL0001</code>
| The specified file path does not exist.
|<code>file:size('unknown.txt')</code>
|- valign="top" scope="row"
|<code>FOFL0002</code>
| The specified path does already exist.
|<code>file:create-directory('existing-directory')</code>
|- valign="top" scope="row"
|<code>FOFL0003</code>
| The specified path does not point to a directory.
|<code>file:list('file.txt')</code>
|- valign="top" scope="row"
|<code>FOFL0004</code>
| The specified path points to a directory.
|<code>file:read('directory')</code>
|- valign="top" scope="row"
|<code>FOFL0005</code>
| The specified path points to a non-empty directory.
|<code>file:delete('non-empty-directory')</code>
|- valign="top" scope="row"
|<code>FOFL0006</code>
| The specified file path is invalid.
|<code>file:create-directory('//')</code>
|- valign="top" scope="row"
|<code>FOFL0007</code>
| The specified encoding is not supported.
|<code>file:read('file.txt', 'UTF99')</code>
|- valign="top" scope="row"
|<code>FOFL0008</code>
| A file operation fails for any other reason.
|<code></code>
|}