Recursive (dir) - some help needed

2014-08-17 Thread Luis P. Mendes
Hi, I'm building a script to print the contents of a directory tree recursively, but I'm facing some problems. The script can be found at http://ideone.com/BuN931 Attached, I also send the script as well as the directory tree I created to test it. The problems: 1) how to print a blank line? 2)

Re: Recursive (dir) - some help needed

2014-08-17 Thread Alexander Burger
Hi Luis, > 1) how to print a blank line? You can call 'prinl' without arguments: (prinl) > a list with the subdir components of some dir, but (ffiles (cdr > (append Dir_list (GetFullPath Item (dir Item) ) [line 39] does > not seem to get that list back. When I run it, it only seems to