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

[REBOL] Hi Allen.

From: agem::crosswinds::net at: 23-Jun-2001 18:21

Hi Allen. sorry for late answer, something kicked me off list.. if you are only interesting in open / append / insert / close / .. you can change the original mail. kill the [or system/standard/port-flags/direct] in 'open. this part disables rebols buffer-automatic, which is a bad idea :) but i discovered that too late.. with auto-buffer data is writen once on close, all appends cached. note you have to open with open/write. on my rebpage is the the old "advanced" version (ramdisk3). extra features are: list-dir works. or [foreach file read ram:// [ ... ]] also 'info? works for date & length, IIRC. but everything is appended on end, so 'insert works wrong. some bugs in special situations, like missing file and %subdir/file is handled as on long filename. myself use currently real files, so its some month out off mind. If someone is interested in it and list me the bugs and priorities, i'll give it another try. -Volker [allenk--powerup--com--au] wrote: