Thread stat in Windows: falscher Wert in XP? (5 answers)
Opened by x-man at 2004-03-10 03:21

esskar
 2004-03-11 01:59
#80812 #80812
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
C:\>copy con test.txt
Test
^Z
       1 Datei(en) kopiert.

C:\>perl
$tm = localtime((stat("test.txt"))[8]);
print $tm;
^Z
Thu Mar 11 01:04:30 2004
C:\>del test.txt

C:\>copy con test.txt
Test
^Z
       1 Datei(en) kopiert.

C:\>perl
$tm = localtime((stat("test.txt"))[8]);
print $tm;
^Z
Thu Mar 11 01:05:59 2004
C:\>
\n\n

<!--EDIT|esskar|1078963194-->

View full thread stat in Windows: falscher Wert in XP?