en:docs:dos:api:int21:4f

Differences

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

Link to this comparison view

en:docs:dos:api:int21:4f [2021/05/02 05:07] – created prokusheven:docs:dos:api:int21:4f [2024/05/03 02:23] (current) prokushev
Line 29: Line 29:
 ===== Notes ===== ===== Notes =====
  
- under Novell DOS 7, if the FindFirst call (AH=4Eh) had CX=0088h, then +under Novell DOS 7, if the FindFirst call (AH=4Eh) had CX=0088h, then the next matching deleted file will be returned 
-   the next matching deleted file will be returned + 
- since the entire state of a FindFirst/FindNext sequence is contained +since the entire state of a FindFirst/FindNext sequence is contained in the data block in the DTA, other disk operations such as renaming, moving, deleting, or creating files can cause inaccurate directory searches, such as finding the same file twice 
-   in the data block in the DTA, other disk operations such as renaming, + 
-   moving, deleting, or creating files can cause inaccurate directory +BUG: DR DOS 3.41 and 5.0 return the Directory attribute for the volume label
-   searches, such as finding the same file twice +
-   BUG: DR DOS 3.41 and 5.0 return the Directory attribute for the volume label+
                      
 ===== See also ===== ===== See also =====
  
- AH=12h,AH=4Eh,AX=714Fh,AX=71A1h+AH=[[en:docs:dos:api:int21:12|12h]],AH=[[en:docs:dos:api:int21:4e|4Eh]],AX=[[en:docs:dos:api:int21:71:4f|714Fh]],AX=[[en:docs:dos:api:int21:71:a1|71A1h]]
  
 ===== Note ===== ===== Note =====