qa.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Int 21H Function 29H
   Summary  Notes  Example  Back
──────────────────────────────────────────────────────────────────────────────
 
▀ This function regards the following as separator characters:
  : . ; , = + tab space
 
▀ This function regards all control characters and the following as ter-
  minator characters:
  : . ; , = + tab space < > / " [ ]
 
▀ If no valid filename is present in the string to be parsed, upon return
  ES:DI+1 points to an ASCII blank.
 
▀ If the * wildcard character occurs in a filename or extension, it and
  all remaining characters in the corresponding field in the FCB are set to ?.
 
▀ This function (and file control blocks in general) cannot be used with
  file specifications that include a path.
                                    -♦-