Oooooo-K, let's try that again...

[Forwarded on behalf of Lew, who's stuck behind a firewall.
Note: I did confirm this.  I then checked the foxtools.chm, and found
that foxtouch() isn't listed in there.  Maybe it's an undocumented
command, and this is why it's not officially used? ]

Sorry for the personal email, Vince, but security here won't allow me to 
post to the list.
I just ran the following a few times, the resulting file date is always 
off. Have you noticed this?

STRTOFILE("Nolly","test.txt")
FileTouch("test.txt",2001,2,7,1,1,1)
clear
ADIR(aFoo,"test.txt")

DISPLAY MEMORY LIKE afoo

FUNCTION FileTouch
LPARAMETERS cFileName, nYear, nMonth, nDay, nHour, nMinute, nSecond
Set Library to ("c:\vfp projects\framework\flls\FoxTools.fll")
FoxTouch(cFileName, nYear, nMonth, nDay, nHour, nMinute, nSecond)
return



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to