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