[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] Folder Depth



the .filesDo method implements recursion (check the sourcecode).
will that do or do you need to stop at a certain depth?

(
var myPath;
myPath = PathName.new("~/quarks".standardizePath);
myPath.filesDo{|afile| afile.postln};
)

_f

9 dec. 2019 kl. 14:37 skrev jables.deutsch@xxxxxxxxx:

Hey SC Users,

Is there a typical method or approach for searching the folders within folders, within a pathMatch convention? 








  #|
  |#