Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:docs:dos:api:int21:17 [2020/12/08 08:14] – created prokushev | en:docs:dos:api:int21:17 [2024/05/11 05:10] (current) – prokushev | ||
---|---|---|---|
Line 13: | Line 13: | ||
===== Family API ===== | ===== Family API ===== | ||
- | [[en: | + | [[en: |
===== Input ===== | ===== Input ===== | ||
- | | + | * AH = 17h |
- | DS:DX -> modified FCB (see also #01345) | + | |
- | | + | |
- | | + | |
- | | + | |
===== Return ===== | ===== Return ===== | ||
- | AL = status | + | * AL = status |
- | 00h successfully renamed | + | |
- | FFh no matching files,file is read-only, or new name already exists | + | |
===== Notes ===== | ===== Notes ===== | ||
- | subdirectories may be renamed using an extended FCB with the | + | subdirectories may be renamed using an extended FCB with the appropriate attribute, as may volume labels |
- | | + | |
- | DR DOS checks password attached with AX=4303h before permitting rename | + | DR DOS checks password attached with AX=4303h before permitting rename |
| | ||
===== See also ===== | ===== See also ===== | ||
- | AH=0Fh, | + | AH=[[en: |
===== Note ===== | ===== Note ===== |