getFiles

Note that the order of items called for your delegate is undefined; if you want it sorted, you'll have to collect and sort yourself. But it *might* be sorted by the OS (on Windows, it almost always is), so consider that when choosing a sorting algorithm.

version(HasFile)
getFiles
(
string directory
,
scope void delegate
(
string name
,)
dg
)

Meta

History

previously in minigui as a private function. Moved to arsd.core on April 3, 2023