Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:docs:dos:api:int21:39 [2025/07/12 16:06] – prokushev | en:docs:dos:api:int21:39 [2025/07/12 16:20] (current) – prokushev | ||
---|---|---|---|
Line 17: | Line 17: | ||
===== Input ===== | ===== Input ===== | ||
- | | + | * AH = 39h |
- | DS:DX -> ASCIZ pathname | + | |
===== Return ===== | ===== Return ===== | ||
- | CF clear if successful | + | * CF clear if successful |
- | AX destroyed | + | |
- | CF set on error | + | |
- | AX = error code (03h,05h) (see #01680 at AH=59h/ | + | |
===== Notes ===== | ===== Notes ===== | ||
Line 32: | Line 32: | ||
| | ||
DOS 2.x-3.3 allow the creation of a directory sufficiently deep that it is not possible to make that directory the current directory because the path would exceed 64 characters | DOS 2.x-3.3 allow the creation of a directory sufficiently deep that it is not possible to make that directory the current directory because the path would exceed 64 characters | ||
+ | |||
+ | DOS 4+ checks for 67 path length (64 + driveletter + ':" | ||
+ | |||
+ | OS/2 2.0+ MVDM checks for 260 path length (257 + driveletter + ':" | ||
| | ||
under the FlashTek X-32 DOS extender, the pointer is in DS:EDX | under the FlashTek X-32 DOS extender, the pointer is in DS:EDX | ||
Line 37: | Line 41: | ||
===== See also ===== | ===== See also ===== | ||
- | AH=[[en: | + | AH=[[en: |
- | INT 2F/AX=1103h,INT 60/DI=0511h | + | INT 2F/AX=1103h |
===== Note ===== | ===== Note ===== |