Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Size?

From: greggirwin:mindspring at: 10-Dec-2004 10:42

Hi Steffen, SP> If the size of a file is larger than the max SP> value of an integer, how can I then retrieve SP> the size? If you have /pro, you could do it with OS calls (e.g. GetFileAttributesEx under Windows). -- Gregg