en:docs:mvm:api:30

Differences

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

Link to this comparison view

Next revision
Previous revision
en:docs:mvm:api:30 [2024/05/08 03:49] – created prokusheven:docs:mvm:api:30 [2024/11/07 04:00] (current) prokushev
Line 2: Line 2:
  
 ===== Brief ===== ===== Brief =====
 +
 +Rename file using FCB
  
 ===== Input ===== ===== Input =====
  
 +  * DS:DX -> modified FCB (see also [[en:docs:mvm:api:FCB]]) the old filename ('?' wildcards OK) is in the standard location while the new filename ('?' wildcards OK, no drive) is stored in the 11 bytes beginning at offset 11h
  
 ===== Return ===== ===== Return =====
  
 +  * AL = status
 +    * 00h successfully renamed
 +    * FFh no matching files,file is read-only, or new name already exists
  
 ===== Notes ===== ===== Notes =====
  
 +subdirectories may be renamed using an extended FCB with the appropriate attribute, as may volume labels
  
 ===== See also ===== ===== See also =====
  
  
 +{{page>en:templates:svcapi}}