[REBOL] Re: (No subject)Date: Mon, 11 Feb 2002 11:31:48 -0700
From: lmecir:mbox:vol:cz at: 12-Feb-2002 11:12
an improved version: rule: [ ( actions: copy [] action2: copy [ 'size (append actions [size? dir-1]) | 'modified (append actions [modified? dir-1]) ] ) [ 'select (append action2 [| '* (append actions [list-dir dir-1])]) | 'insert | 'update | 'delete ] some action2 'from set dir-1 file! (print reduce actions) ] b: [SELECT SIZE MODIFIED FROM %/c/autoexec.bat] parse b rule







