en:docs:dos:api:int21:43:01

Differences

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

Link to this comparison view

en:docs:dos:api:int21:43:01 [2021/04/30 05:37] – created prokusheven:docs:dos:api:int21:43:01 [2024/05/02 08:25] (current) prokushev
Line 31: Line 31:
 ===== Notes ===== ===== Notes =====
  
-  will not change volume label or directory attribute bits, but will +will not change volume label or directory attribute bits, but will change the other attribute bits of a directory (the directory bit must be cleared to successfully change the other attributes of a directory, but the directory will not be changed to a normal file as a result) 
-          change the other attribute bits of a directory (the directory +           
-          bit must be cleared to successfully change the other attributes of a +MS-DOS 4.01 reportedly closes the file if it is currently open 
-          directory, but the directory will not be changed to a normal file as +         
-          a result) +for security reasons, the Novell NetWare execute-only bit can never be cleared; the file must be deleted and recreated 
-        MS-DOS 4.01 reportedly closes the file if it is currently open +           
-        for security reasons, the Novell NetWare execute-only bit can never +under the FlashTek X-32 DOS extender, the filename pointer is in DS:EDX 
-          be cleared; the file must be deleted and recreated +         
-        under the FlashTek X-32 DOS extender, the filename pointer is in DS:EDX +DOS 5.0 SHARE will close the file if it is currently open in sharing-compatibility mode, otherwise a sharing violation critical error is generated if the file is currently open 
-        DOS 5.0 SHARE will close the file if it is currently open in sharing- +           
-          compatibility mode, otherwise a sharing violation critical error is +DR DOS 3.41/5.0 will silently ignore attempts to change the 'directory' attribute bit
-          generated if the file is currently open +
-        DR DOS 3.41/5.0 will silently ignore attempts to change the 'directory' +
-          attribute bit+
  
 Bitfields for file attributes: Bitfields for file attributes:
-Bit(s)  Description     (Table 01420) + 
-      shareable (Novell NetWare) +Bit(s) Description ^ 
-      pending deleted files (Novell DOS, OpenDOS) +shareable (Novell NetWare) | 
-      unused +pending deleted files (Novell DOS, OpenDOS) | 
-      archive +unused | 
-      directory +archive | 
-      volume label +directory | 
-        execute-only (Novell NetWare) +volume label | 
-      system +| 3 | execute-only (Novell NetWare) | 
-      hidden +system | 
-      read-only+hidden | 
 +read-only |
  
 ===== See also ===== ===== See also =====
  
- AX=4300h,AX=4311h,AX=7143h,INT 2F/AX=110Eh+AX=[[en:docs:dos:api:int21:43:00|4300h]],AX=[[en:docs:dos:api:int21:71:43|7143h]],INT 2F/AX=110Eh
  
 ===== Note ===== ===== Note =====