recursive

Apply a function recursively to all files and directories under given path.

template recursive(alias fun)
void
recursive
(
Args...
)
(
string fn
,
auto ref Args args
)

Members

Functions

recursive
void recursive(string fn, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta