Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What happened to Focus.fll / Fastwrite?
Message
De
04/05/2006 10:36:46
 
 
À
04/05/2006 09:39:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
01119132
Message ID:
01119170
Vues:
24
This message has been marked as a message which has helped to the initial question of the thread.
Hi,

have you tested the focus.fll with VFP9?
As long as I know FLL's are VFP version independent.

you may have a look at GetFileTimes & SetFileTimes from vfp2c32.fll
available @ www.vfp2c.com

regarding FDATE(,1)

i've just tested it and i think i just discoverd a bug.
It's off by one second.

SET LIBRARY TO vfp2c32.fll ADDI
LOCAL ltTime
GETFILETIMES('C:\test.rar',null,@ltTime)
?ltTime
?FDATE('C:\test.rar',1)

GETFILETIMES -> 05/04/06 15:26:05
FDATE -> 05/04/06 15:26:06
Windows Explorer File property dialog -> 05/04/06 15:26:05

Regards
Christian
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform