|-
| '''Errors'''
|{{Error|FILE0003no-dir|#Errors}} the specified path does not point to a directory.<br />{{Error|FILE9999io-error|#Errors}} the operation fails for some other reason.<br />
|}
|-
| '''Errors'''
|{{Error|FILE0001not-found|#Errors}} the specified file does not exist.<br />{{Error|FILE0004is-dir|#Errors}} the specified path is a directory.{{Error|FILE0006out-of-range|#Errors}} the offset or length is negative, or the chosen values would exceed the file bounds.<br />{{Error|FILE9999io-error|#Errors}} the operation fails for some other reason.<br />
|-
| '''Examples'''
|-
| '''Errors'''
|{{Error|FILE0001not-found|#Errors}} the specified file does not exist.<br />{{Error|FILE0004is-dir|#Errors}} the specified path is a directory.<br />{{Error|FILE0005unknown-encoding|#Errors}} the specified encoding is not supported, or unknown.<br />{{Error|FILE9999io-error|#Errors}} the operation fails for some other reason. Invalid XML characters will be ignored if the <code>[[Options#CHECKSTRINGS|CHECKSTRINGS]]</code> option is turned off.<br />
|-
| '''Examples'''
|-
| '''Errors'''
|{{Error|FILE0001not-found|#Errors}} the specified file does not exist.<br />{{Error|FILE0004is-dir|#Errors}} the specified path is a directory.<br />{{Error|FILE0005unknown-encoding|#Errors}} the specified encoding is not supported, or unknown.<br />{{Error|FILE9999io-error|#Errors}} the operation fails for some other reason.<br />
|}
|-
| '''Errors'''
|{{Error|FILE0002exists|#Errors}} a file with the same path already exists.<br />{{Error|FILE9999io-error|#Errors}} the operation fails for some other reason.<br />
|}
|-
| '''Errors'''
|{{Error|FILE0003no-dir|#Errors}} the specified directory points to a file.<br />{{Error|FILE9999io-error|#Errors}} the directory could not be created.
|}
|-
| '''Errors'''
|{{Error|FILE0003no-dir|#Errors}} the specified directory points to a file.<br />{{Error|FILE9999io-error|#Errors}} the directory could not be created.
|}
|-
| '''Errors'''
|{{Error|FILE0001not-found|#Errors}} the specified path does not exist.<br />{{Error|FILE9999io-error|#Errors}} the operation fails for some other reason.<br />
|}
|-
| '''Errors'''
|{{Error|FILE0003no-dir|#Errors}} the parent of specified path is no directory.<br />{{Error|FILE0004is-dir|#Errors}} the specified path is a directory.<br />{{Error|FILE9999io-error|#Errors}} the operation fails for some other reason.<br />
|}
|-
| '''Errors'''
|{{Error|FILE0003no-dir|#Errors}} the parent of specified path is no directory.<br />{{Error|FILE0004is-dir|#Errors}} the specified path is a directory.<br />{{Error|FILE0006out-of-range|#Errors}} the offset is negative, or it exceeds the current file size.<br/>{{Error|FILE9999io-error|#Errors}} the operation fails for some other reason.<br />
|}
|-
| '''Errors'''
|{{Error|FILE0003no-dir|#Errors}} the parent of specified path is no directory.<br />{{Error|FILE0004is-dir|#Errors}} the specified path is a directory.<br />{{Error|FILE0005unknown-encoding|#Errors}} the specified encoding is not supported, or unknown.<br />{{Error|FILE9999io-error|#Errors}} the operation fails for some other reason.<br />
|}
|-
| '''Errors'''
|{{Error|FILE0003no-dir|#Errors}} the parent of specified path is no directory.<br />{{Error|FILE0004is-dir|#Errors}} the specified path is a directory.<br />{{Error|FILE0005unknown-encoding|#Errors}} the specified encoding is not supported, or unknown.<br />{{Error|FILE9999io-error|#Errors}} the operation fails for some other reason.<br />
|}
|-
| '''Errors'''
|{{Error|FILE0003no-dir|#Errors}} the parent of specified path is no directory.<br />{{Error|FILE0004is-dir|#Errors}} the specified path is a directory.<br />{{Error|FILE9999io-error|#Errors}} the operation fails for some other reason.<br />
|}
|-
| '''Errors'''
|{{Error|FILE0003no-dir|#Errors}} the parent of specified path is no directory.<br />{{Error|FILE0004is-dir|#Errors}} the specified path is a directory.<br />{{Error|FILE9999io-error|#Errors}} the operation fails for some other reason.<br />
|}
|-
| '''Errors'''
|{{Error|FILE0003no-dir|#Errors}} the parent of specified path is no directory.<br />{{Error|FILE0004is-dir|#Errors}} the specified path is a directory.<br />{{Error|FILE0005unknown-encoding|#Errors}} the specified encoding is not supported, or unknown.<br />{{Error|FILE9999io-error|#Errors}} the operation fails for some other reason.<br />
|}
|-
| '''Errors'''
|{{Error|FILE0003no-dir|#Errors}} the parent of specified path is no directory.<br />{{Error|FILE0004is-dir|#Errors}} the specified path is a directory.<br />{{Error|FILE0005unknown-encoding|#Errors}} the specified encoding is not supported, or unknown.<br />{{Error|FILE9999io-error|#Errors}} the operation fails for some other reason.<br />
|}
|-
| '''Errors'''
|{{Error|FILE0001not-found|#Errors}} the specified source does not exist.<br />{{Error|FILE0002exists|#Errors}} the specified source is a directory and the target is a file.<br />{{Error|FILE0003no-dir|#Errors}} the parent of the specified target is no directory.<br />{{Error|FILE9999io-error|#Errors}} the operation fails for some other reason.<br />
|}
|-
| '''Errors'''
|{{Error|FILE0001not-found|#Errors}} the specified source does not exist.<br />{{Error|FILE0002exists|#Errors}} the specified source is a directory and the target is a file.<br />{{Error|FILE0003no-dir|#Errors}} the parent of the specified target is no directory.<br />{{Error|FILE9999io-error|#Errors}} the operation fails for some other reason.<br />
|}
|-
| '''Errors'''
|{{Error|FILE0001not-found|#Errors}} the specified path does not exist.<br />
|}
|-
| '''Errors'''
|{{Error|FILE0001not-found|#Errors}} the specified file does not exist.<br />{{Error|FILE0004is-dir|#Errors}} the specified file points to a directory.<br />
|}
|-
| '''Errors'''
|{{Error|FILE9999io-error|#Errors}} the specified path cannot be transformed to its native representation.<br />
|}
|Description
|-
|{{Code|FILE0001not-found}}
|A specified path does not exist.
|-
|{{Code|FILE0002exists}}
|A file with the same path already exists.
|-
|{{Code|FILE0003no-dir}}
|The specified path does not point to a directory.
|-
|{{Code|FILE0004is-dir}}
|The specified path is a directory.
|-
|{{Code|FILE0005unknown-encoding}}
|The specified encoding is not supported, or unknown.
|-
|{{Code|FILE0006out-of-range}}
|The specified offset or length is negative, or the chosen values would exceed the file bounds.
|-
|{{Code|FILE9999io-error}}
|The operation fails for some other reason specific to the operating system.
|}