en:docs:fapi:dosdelete

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:fapi:dosdelete [2021/09/17 04:49] prokusheven:docs:fapi:dosdelete [2021/12/05 09:53] (current) prokushev
Line 13: Line 13:
 ===== Parameters ===== ===== Parameters =====
  
-  *FileName ([[PSZ]]) - input : Address of the name of the file to be deleted. +  *FileName ([[PSZ]]) - input : Address of the name of the file to be deleted. [[DosQSysInfo]] is called by an application during initialization to determine the maximum path length allowed by OS/2.
-DosQSysInfo is called by an application during initialization to determine the maximum path length allowed by OS/2.+
   * Reserved ([[ULONG]]) - input : Reserved and must be set to zero.   * Reserved ([[ULONG]]) - input : Reserved and must be set to zero.
  
Line 38: Line 37:
 Global file name characters are not permitted. Global file name characters are not permitted.
  
-A file whose read-only attribute is set cannot be deleted. To change the setting of the read-only bit, call DosSetFileMode. +A file whose read-only attribute is set cannot be deleted. To change the setting of the read-only bit, call [[DosSetFileMode]]
  
 ===== Bindings ===== ===== Bindings =====