Home » Community » U++ community news and announcements » FindAllPaths
FindAllPaths [message #56295] |
Thu, 18 February 2021 11:16 |
 |
mirek
Messages: 14255 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: Fri Apr 25 15:12:21 CEST 2025
Total time taken to generate the page: 0.00908 seconds
|