Home » Community » U++ community news and announcements » FindAllPaths
FindAllPaths [message #56295] |
Thu, 18 February 2021 11:16 |
 |
mirek
Messages: 14271 Registered: November 2005
|
Ultimate Member |
|
|
I have realised that I am too often scanning through dirs and subdirs, so I have added a simple function to Core/Path.h:
String dir = GetFileFolder(GetFileFolder(GetDataFile("x"))); // get nest directory for demo
DUMPC(FindAllPaths(dir));
DUMPC(FindAllPaths(dir, "*.h *.cpp"));
DUMPC(FindAllPaths(dir, "*", FINDALLFOLDERS));
|
|
|
Goto Forum:
Current Time: Mon Oct 20 16:59:38 CEST 2025
Total time taken to generate the page: 0.00579 seconds
|