You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
angerangel edited this page Mar 19, 2013
·
1 revision
USAGE
MODIFIED? target
DESCRIPTION
Returns the last modified date of a file.
MODIFIED? is a function value.
ARGUMENTS
target (file! url!)
#SOURCE
modified?: make function! [ [
"Returns the last modified date of a file."
target [file! url!]
][
all [
target: attempt [query target]
target/date
]
] ]