Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: Changing file modification timestamp

by halley (Prior)
on Jun 04, 2007 at 19:07 UTC ( [id://619205]=note: print w/replies, xml ) Need Help??


in reply to Re: Changing file modification timestamp
in thread Changing file modification timestamp

In particular, touch and utime match if the file already exists. The touch command is basically equivalent to:
if utime() fails, if create() succeeds, close() it (zero bytes written) else, give an error message

--
[ e d @ h a l l e y . c c ]

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://619205]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-23 07:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found