4D v16.3

Errores de gestión de archivos del SO

Inicio

 
4D v16.3
Errores de gestión de archivos del SO

Errores de gestión de archivos del SO  


 

 

La siguiente tabla lista los códigos de error devueltos por el administrador de archivos del sistema operativo. Estos códigos pueden aparecer cuando usted está utilizando, por ejemplo, los comandos del tema Documentos sistema. En esta lista, la palabra “archivo” indica un documento en disco y no un archivo en su estructura de base.

CódigoDescripción
-33File directory full. You cannot create new files on disk.
-34Disk is full. There is no more room available on the disk.
-35Specified volume doesn’t exist.
-36I/O error. There is probably a bad block on the disk.
-37Bad filename or volume name.
-38Tried to read or write to a file that is not open.
-39Logical end-of-file reached during read operation.
-40Attempt to position before start of file.
-41Not enough memory to open a new file on the disk.
-42Too many files open at the same time.
-43File not found.
-44Volume is locked by a hardware setting.
-45The file is locked, or the pathname is not correct.
-46Volume is locked by an application.
-47The file is already open, or the folder is not empty.
-48Tried to rename a file with the name of an already deleted file.
-49Tried to open a file already open with write permission.
-51Tried to access a document with an invalid document reference number.
-52Internal file manager error (position of file marker is lost).
-53Volume not on line.
-54Attempt to open locked file for writing.
-57Tried to work with a non-Macintosh disk.
-58Error in the external file system.
-60Bad master directory block. Your disk is damaged.
-61Read/write permission doesn’t allow writing.
-64There is a hardware problem with the disk (bad installation, incorrect formatting,...).
-84There is a hardware problem with the disk (bad installation, incorrect formatting,...).
-120Tried to access a file by using a pathname that specifies a non existing directory.
-121An access path could not be created.
-124Tried to access a disconnected shared volume.



Ver también 

ON ERR CALL

 
PROPIEDADES 

Producto: 4D
Tema: Códigos de error

 
HISTORIA 

 
ARTICLE USAGE

Manual de lenguaje 4D ( 4D v16)
Manual de lenguaje 4D ( 4D v16.1)
Manual de lenguaje 4D ( 4D v16.2)
Manual de lenguaje 4D ( 4D v16.3)