Error description 270-0007

Error message

Error while accessing file %1

Cause of error

An error occurred while accessing the indicated file:
- The file is not ISO Latin-15 encoded and begins with a Byte Order Mark (BOM)
- The file contains impermissible control characters, particularly the string 'NUL'
- Reading of the file is not permissible
- The file is to be deleted, but may not be written
- The file is to be renamed, but may not be written
- A previous access to the already open file failed
- There are already too many open files in the file system
- The file system does not permit the creation of any more files
- The file system reports some other error

Error correction

- Check the encoding of the file, change it if necessary, and remove the Byte Order Mark
- Check whether the file contains impermissible control characters and remove them
- Check and adapt the access rights to this file if necessary
- Check the status of the file system, and repair the file system if necessary