REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 3-Aug-2010 Edit History |
Returns an info object about a file or url.
Arguments:
target [file! url!]
See also:
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 |