REBOL Document

Modified? - Function Summary


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
    9-Mar-2004/0:59:50-8:00

Related:

exists? - Determines if a file or URL exists.


<Back | Index | Next>

Copyright 2004 REBOL Technologies