fix: vfs.md incorrect link to document
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

../src/driver/storage/driver.storage.types.pas -> ../src/driver/storage/driver.storage.types.md
This commit is contained in:
2026-03-08 21:24:14 +00:00
parent 466173613f
commit 6005ee8576
+1 -1
View File
@@ -574,7 +574,7 @@ All functions that return `TError` use the shared error codes defined in `driver
| `eFileNotLoaded` | Read on handle whose data hasn't loaded | | `eFileNotLoaded` | Read on handle whose data hasn't loaded |
| `eReadOnly` | Write on read-only handle | | `eReadOnly` | Write on read-only handle |
See [driver.storage.types.pas](../src/driver/storage/driver.storage.types.pas) for the full `TError` enumeration. See [driver.storage.types.pas](../src/driver/storage/driver.storage.types.md) for the full `TError` enumeration.
--- ---