Some programming languages/softwares (Bash, RACF, Ruby, ...) support "**" for automatic directory recursion when doing a glob. A very convenient use of this feature is to get all files recursively with a given extension:<div>

<br></div><div>    filelib:wildcard("src/**/*.erl").</div><div><br></div><div>Notice we don't need to loop recursively and it also requires fewer filesystem lookups. I am aware filelib:fold_files allows recursion, but I consider filelib:wildcard simpler to use.</div>

<div><br></div><div>My proposal is to extend filelib:wildcard to support "**". I can provide a patch with docs if you agree to have this feature merged in.</div><div><div><br><div><br></div><span style="font-family:arial,sans-serif;font-size:13px;border-collapse:collapse"><b><span style="border-collapse:separate;font-family:arial;font-weight:normal"><div>

<span style="font-family:arial,sans-serif;font-size:13px;border-collapse:collapse"><b>José Valim</b></span></div><div><span style="font-family:arial,sans-serif;font-size:13px;border-collapse:collapse"><div><span style="font-family:verdana,sans-serif;font-size:x-small"><a href="http://www.plataformatec.com.br/" style="color:rgb(42,93,176)" target="_blank">www.plataformatec.com.br</a></span></div>

<div><span style="font-family:verdana,sans-serif;font-size:x-small">Founder and Lead Developer</span></div></span></div></span></b></span><br>
</div></div>