MODIFIED?

REBOL Dictionary 2.0


Summary:

Returns the last modified date of a file or URL.

Usage:

modified? target

Arguments:

target - The target argument. (must be: file url)

Description:

Returns NONE if the file does not exist.


    print modified? %file.txt
    25-Jan-2003/17:28:54-8:00

Related:

exists? - Determines if a file or URL exists.


<Back | Index | Next>

Copyright 2003 REBOL Technologies