Function FileCDaTi() Foundation
Toggles between file date/time and system date/time for FileCopy().
FileCDaTi( [<lNewMode>] ; // Default: .T.
) --> lOldMode
Returns the date/time setting that was current before the function was called.
The function is relevant for FileCopy() only.
FileCDaTi( .T. )
The target file receives the date and time of the source file.
FileCDaTi( .F. )
The target file receives the system date and time.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.