Tag archives for library
How to apply a function to all files in a directory recursively
I found foreach-file a fantastic script from Rebolek on Rebol.org that I slightly modified to make it more tolerant to directory path parameter which would not end with "/" character:
foreach-file: func "Directory to look in"
act "Function to perform (filename is unput to fuction)"
...more»


No Comment
Tags: Directory, File, function pointer, library, Recursivity