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

REBOL 3 Functions: size?

size?  target

Returns the size of a file.

Arguments:

target [file! url!]

See also:

modified?   exists?  

Description

If the file or URL is a directory, it returns the number of entries in the directory.

print size? %file.txt
none


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