Re: How to expand wildchar under dos ?

2023-03-10 Thread Ali Çehreli via Digitalmars-d-learn
On 3/9/23 19:24, John Xu wrote: > Under dos, how to get wildchar matched file names? Have you tried dirEntries? It supports glob patterns: https://dlang.org/library/std/file/dir_entries.html Ali

How to work with phobos github projects

2023-03-10 Thread Christian Köstlin via Digitalmars-d-learn
Recently I was looking in contributing to dlang/phobos and found the github subprojects for phobos (https://github.com/dlang/phobos/projects?type=classic) which include a project to improve the public examples for phobos (https://github.com/dlang/phobos/projects/1). I looked at one of the