mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-27 00:09:39 +02:00
* SetFtime and GetFtime must be opened
This commit is contained in:
parent
6474495a7d
commit
95b2768bc1
@ -423,7 +423,7 @@ Under \linux, supported attributes are:
|
||||
\procedure{GetFTime}{(var F; var Time: longint)}{
|
||||
\var{GetFTime} returns the modification time of a file.
|
||||
This time is encoded and must be decoded with \var{UnPackTime}.
|
||||
\var{F} must be a file type, which has been assigned, but not
|
||||
\var{F} must be a file type, which has been assigned, and
|
||||
opened.}{Errors are reported in \var{DosError}}
|
||||
{\seep{SetFTime}, \seep{PackTime},\seep{UnPackTime}}
|
||||
|
||||
@ -513,7 +513,7 @@ Under \linux the call exists, but is not implemented, i.e. it does nothing.}
|
||||
\procedure{SetFTime}{(var F; Time: longint)}{
|
||||
\var{GetFTime} returns the modification time of a file,
|
||||
this time is encoded and must be encoded with \var{PackTime}.
|
||||
\var{F} must be a file type, which has been assigned, but not
|
||||
\var{F} must be a file type, which has been assigned, and
|
||||
opened.}{Errors are reported in \var{DosError}}
|
||||
{\seep{GetFTime}, \seep{PackTime},\seep{UnPackTime}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user