en:docs:dos:api:int21:3c

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:docs:dos:api:int21:3c [2021/09/29 09:30] prokusheven:docs:dos:api:int21:3c [2024/05/02 07:26] (current) prokushev
Line 30: Line 30:
 ===== Notes ===== ===== Notes =====
  
-  if a file with the given name exists, it is truncated to zero length under the FlashTek X-32 DOS extender, the pointer is in DS:EDX+if a file with the given name exists, it is truncated to zero length
  
-  DR DOS checks the system password or explicitly supplied password at the end of the filename against the reserved field in the directory entry before allowing access+under the FlashTek X-32 DOS extender, the pointer is in DS:EDX 
 + 
 +DR DOS checks the system password or explicitly supplied password at the end of the filename against the reserved field in the directory entry before allowing access
  
  Bitfields for file attributes:  Bitfields for file attributes:
  
 ^ Bit(s) ^ Description ^    (Table 01401) ^ Bit(s) ^ Description ^    (Table 01401)
-|  0     read-only | +|  0   | read-only | 
-|  1     hidden | +|  1   | hidden | 
-|  2     system | +|  2   | system | 
-|  3     volume label (ignored) | +|  3   | volume label (ignored) | 
-|  4     reserved, must be zero (directory) | +|  4   | reserved, must be zero (directory) | 
-|  5     archive bit | +|  5   | archive bit | 
-|  7     if set, file is shareable under Novell NetWare | +|  7   | if set, file is shareable under Novell NetWare | 
-          +
 ===== See also ===== ===== See also =====
  
- AH=16h,AH=3Dh,AH=5Ah,AH=5Bh,AH=93h,INT 2F/AX=1117h+AH=[[en:docs:dos:api:int21:16|16h]],AH=[[en:docs:dos:api:int21:3d|3Dh]],AH=[[en:docs:dos:api:int21:5a|5Ah]],AH=[[en:docs:dos:api:int21:5b|5Bh]],INT 2F/AX=1117h
  
 ===== Note ===== ===== Note =====