* SetFtime and GetFtime must be opened

This commit is contained in:
carl 1998-08-17 21:24:38 +00:00
parent 6474495a7d
commit 95b2768bc1

View File

@ -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}}