The information in this article applies to:
SUMMARY
The FOXTOUCH() function can be used to change the date/time stamp on a
specified file. This article describes the FOXTOUCH() function.
MORE INFORMATION
The FOXTOUCH() function changes the time stamp of the file specified with
<filename>. If the time stamp parameters are not specified, the file is
stamped with the current system information.
<filename> - The name of the file to be modified <ExpN1> - The year to be stamped <ExpN2> - The month to be stamped <ExpN3> - The day to be stamped <ExpN4> - The hour to be stamped <ExpN5> - The minute to be stamped <ExpN6> - The seconds to be stamped Example
This will change the date/time stamp of the file MYFILE.TXT to:
The FOXTOUCH() function is not contained within FoxPro itself. The FOXTOUCH() function is contained within FOXTOOLS.FLL. To use this function, you must first use the SET LIBRARY TO command to set the library to FOXTOOLS.FLL. Under FoxPro 2.x, for more information about FOXTOOLS.FLL please see the FOXTOOLS.WRI file, which is located in the GOODIES\FOXTOOLS subdirectory of the FoxPro for Windows directory. In Visual FoxPro, see FOXTOOLS.HLP in the VFP\TOOLS directory. The FOXTOUCH() function was added to FOXTOOLS.FLL version 1.03. FOXTOOLS.FLL version 1.03 is shipped with FoxPro version 2.6 for Windows. The FOXTOUCH() function does not exist in versions of FOXTOOLS.FLL that shipped with earlier versions of FoxPro for Windows. Additional query words: VFoxWin FoxWin 2.60 2.60a
Keywords : FxprgFoxtools |
Last Reviewed: December 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |