Talk:CreateDirectories.R

From Organic Design wiki

This is a recursive program to take in a string such as: foo/fodda/fi, and create subdirectories foo, fodda, and fi from the current directory point (if they dont alreay exist)

Sven 11:52, 5 Nov 2005 (NZDT)

I put those comments into the code snipit so they're available where its used. Also I noticed you used a "#" for comment - is that what R uses? because Scheme uses ";" - I could make a copy of the Scheme rules and change bits for R...

Nad 12:05, 5 Nov 2005 (NZDT)