file properties with DIR function : Bug ?

new topic     » topic index » view thread      » older message » newer message

Hello,

I'm trying the DIR function to use the date time modified value of each file.

I've found difference between two results :

with the MS explorer.
with the standard DIR function of Euphoria language.

the value of the second in the time property of the file is not the same  

here, my code :

include file.e
sequence d
d = dir(current_dir())
pretty_print(1,d,{})
if getc(0) then
end if


here, the result for the last file :
{
{116't',101'e',115's',116't',95'_',100'd',105'i',114'r',46'.',101'e',
120'x',119'w'},
{97'a'},
99'c',
2006,
8,
14,
15,
43'+',
26
}

And the value of the modified date time property for the "test_dir.exw" file, 
displaying by MS explorer on Window XP is : lundi 14 août 2006, 15 :43 : 24

the differenc is 2 seconds !

Anyone have an idea ? am I tired ? is it a bug ?

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu