en:docs:dos:api:int21:43:00

Differences

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

Link to this comparison view

Next revision
Previous revision
en:docs:dos:api:int21:43:00 [2021/04/30 04:48] – created prokusheven:docs:dos:api:int21:43:00 [2024/05/02 08:21] (current) prokushev
Line 32: Line 32:
 ===== Notes ===== ===== Notes =====
  
-  under the FlashTek X-32 DOS extender, the filename pointer is in DS:EDX +under the FlashTek X-32 DOS extender, the filename pointer is in DS:EDX 
-        under DR DOS 3.41 and 5.0, attempts to change the subdirectory bit are +   
-          simply ignored without an error +under DR DOS 3.41 and 5.0, attempts to change the subdirectory bit are simply ignored without an error 
- BUG:    Windows for Workgroups returns error code 05h (access denied) instead + 
-          of error code 02h (file not found) when attempting to get the +BUG:    Windows for Workgroups returns error code 05h (access denied) instead of error code 02h (file not found) when attempting to get the attributes of a nonexistent file.  This causes open() with O_CREAT and fopen() with the "w" mode to fail in Borland C++.
-          attributes of a nonexistent file.  This causes open() with O_CREAT +
-          and fopen() with the "w" mode to fail in Borland C++.+
  
 ===== See also ===== ===== See also =====
  
- AX=4301h,AX=4310h,AX=7143h,AH=B6h,INT 2F/AX=110Fh,INT 60/DI=0517h+AX=[[en:docs:dos:api:int21:43:01|4301h]],AX=[[en:docs:dos:api:int21:71:43|7143h]],INT 2F/AX=110Fh,INT 60/DI=0517h
  
 ===== Note ===== ===== Note =====