en:docs:dos:api:int21:47

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:docs:dos:api:int21:47 [2024/05/03 02:08] prokusheven:docs:dos:api:int21:47 [2024/05/11 09:11] (current) prokushev
Line 16: Line 16:
 ===== Input ===== ===== Input =====
  
- AH = 47h +  * AH = 47h 
- DL = drive number (00h = default, 01h = A:, etc) +  DL = drive number (00h = default, 01h = A:, etc) 
- DS:SI -> 64-byte buffer for ASCIZ pathname+  DS:SI -> 64-byte buffer for ASCIZ pathname
  
 ===== Return ===== ===== Return =====
  
- CF clear if successful +  * CF clear if successful 
-     AX = 0100h (undocumented) +    AX = 0100h (undocumented) 
- CF set on error +  CF set on error 
-     AX = error code (0Fh) (see #01680 at AH=59h/BX=0000h)+    AX = error code (0Fh) (see #01680 at AH=59h/BX=0000h)
  
 ===== Notes ===== ===== Notes =====