[REBOL] Re: Size?
From: carl:cybercraft at: 11-Dec-2004 2:33
On Friday, 10-December-2004 at 13:27:04 you wrote,>If the size of a file is larger than the max >value of an integer, how can I then retrieve >the size?Have you tried INFO? ...>> ? info?USAGE: INFO? target DESCRIPTION: Returns information about a file or url. INFO? is a function value. ARGUMENTS: target -- (Type: file url) (SPECIAL ATTRIBUTES) catch Note it returns an object. Let us know what happens if you do... -- Carl Read.