
August 7th, 2000, 12:20 PM
|
|
Junior Member
|
|
Join Date: Aug 2000
Location: Charleston, SC, USA
Posts: 10
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
try 'stat'...... like
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">code:</font><HR><pre>
@details = stat aTextFile;
$modifyTime = $details[9];
[/code]
'hope this helps
|