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
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.