| Anterior | Siguiente |
| STATUS_NO_SUCH_DEVICE | STATUS_INVALID_DEVICE_REQUEST |
STATUS_NO_SUCH_FILE
Qué significa STATUS_NO_SUCH_FILE
Es más específico que invalid path syntax y distinto de missing intermediate path component. Sin embargo, reparse points, mount points o redirectors pueden haber cambiado el target real respecto al string original.
Registre resolved location y creation disposition antes de crear un archivo nuevo con el mismo nombre.
Qué comprobar
- Capture path original y target resuelto.
- Revise reparse/mount/redirector transitions.
- Registre creation disposition y case-sensitivity context.
- Diferencie file absent de parent path absent.
Referencias técnicas
¿Buscas un código diferente? Buscar otro código de estado o error.