U++ framework
Do not panic. Ask here before giving up.

Home » Community » U++ community news and announcements » FindAllPaths
FindAllPaths [message #56295] Thu, 18 February 2021 11:16
mirek is currently offline  mirek
Messages: 14290
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));
Previous Topic: ide: repo history of .upp file
Next Topic: ide: Merge nests...
Goto Forum:
  


Current Time: Tue Apr 28 16:42:33 GMT+2 2026

Total time taken to generate the page: 0.00532 seconds