Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:docs:dos:api:int21:3e [2021/04/30 03:33] – created prokushev | en:docs:dos:api:int21:3e [2024/05/18 09:04] (current) – prokushev | ||
---|---|---|---|
Line 16: | Line 16: | ||
===== Input ===== | ===== Input ===== | ||
- | | + | * AH = 3Eh |
- | BX = file handle | + | |
===== Return ===== | ===== Return ===== | ||
- | CF clear if successful | + | * CF clear if successful |
- | AX destroyed | + | |
- | CF set on error | + | |
- | AX = error code (06h) (see #01680 at AH=59h/ | + | |
===== Notes ===== | ===== Notes ===== | ||
- | | + | if the file was written to, any pending disk writes are performed, the time and date stamps are set to the current time, and the directory entry is updated |
- | | + | |
- | | + | recent versions of DOS preserve AH because some versions of Multiplan had a bug which depended on AH being preserved |
- | recent versions of DOS preserve AH because some versions of Multiplan | + | |
- | | + | |
| | ||
===== See also ===== | ===== See also ===== | ||
- | AH=10h, | + | AH=[[en: |
===== Note ===== | ===== Note ===== |