Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » U++ community news and announcements » FindAllPaths
FindAllPaths [message #56295] Thu, 18 February 2021 11:16
mirek is currently offline  mirek
Messages: 13975
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: Fri Apr 19 15:20:45 CEST 2024

Total time taken to generate the page: 0.04650 seconds