REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 3-Aug-2010 Edit History  

REBOL 3 Functions: info?

info?  target

Returns an info object about a file or url.

Arguments:

target [file! url!]

See also:

exists?   dir?   modified?   size?  

Description

The information is returned within an object that has SIZE, DATE, and TYPE words. These can be accessed in the same manner as other objects.

info: info? %file.txt
print info/size

print info/date


  TOC < Back Next > REBOL.com - WIP Wiki Feedback Admin