Function FileCDaTi() Foundation

Toggles between file date/time and system date/time for FileCopy().

Syntax
FileCDaTi( [<lNewMode>] ;  // Default: .T.
         ) --> lOldMode
Return

Returns the date/time setting that was current before the function was called.

Description

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.

Feedback

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.