[Overview][Constants][Types][Procedures and functions] | Reference for unit 'BaseUnix' (#rtl) |
Return system name.
Source position: bunxh.inc line 66
function FpUname( |
var name: UtsName |
):cint; |
Uname gets the name and configuration of the current linux kernel, and returns it in the name record.
On success, 0 is returned, on error, -1 is returned.
Extended error information can be retrieved using fpGetErrno.
|
Set access and modification times of a file (touch). |
No notes exist for this page yet.