Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:docs:dos:api:int21:57 [2021/05/02 08:42] – created prokushev | en:docs:dos:api:int21:57 [2021/08/01 05:51] (current) – prokushev | ||
---|---|---|---|
Line 3: | Line 3: | ||
====== Int 21H, AH=57H ====== | ====== Int 21H, AH=57H ====== | ||
- | ===== Version | + | ===== Input ====== |
- | 2 and higher | + | |
- | ===== Brief ===== | + | ^ Subfunction |
+ | | [[en: | ||
+ | | [[en: | ||
- | "GET FILE'S LAST-WRITTEN DATE AND TIME | ||
- | |||
- | ===== Family API ===== | ||
- | |||
- | |||
- | ===== Input ===== | ||
- | |||
- | AX = 5700h | ||
- | BX = file handle | ||
- | |||
- | ===== Return ===== | ||
- | |||
- | CF clear if successful | ||
- | CX = file's time (see #01665) | ||
- | DX = file's date (see #01666) | ||
- | CF set on error | ||
- | AX = error code (01h,06h) (see #01680) | ||
- | |||
- | ===== Notes ===== | ||
- | |||
- | under DR DOS 3.41 and 5.0, this function returns 0 (no date/time) for | ||
- | character devices; MS-DOS returns date and time of opening | ||
- | |||
- | | ||
- | | ||
- | | ||
- | | ||
- | | ||
- | |||
- | | ||
- | | ||
- | | ||
- | | ||
- | | ||
- | | ||
- | ===== See also ===== | ||
- | |||
- | | ||
- | |||
- | ===== Note ===== | ||
- | |||
- | Text based on [[http:// | ||
{{page> | {{page> | ||
- | |||
- | {{page> | ||