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 » Newbie corner » Different File List
Re: Different File List [message #58541 is a reply to message #58540] Fri, 10 June 2022 14:08 Go to previous messageGo to previous message
Klugier is currently offline  Klugier
Messages: 1099
Registered: September 2012
Location: Poland, Kraków
Senior Contributor
Hello Sayem,

Quote:
Thank you very much. It puts up a lot of burden


Yes that's true. For Linux it is reading /usr directory and for Windows it reads "C://". All these directories have a lot of files. If you want to limit that behaviour just replace following lines with appropriate directory in the example:
	#ifdef PLATFORM_WIN32
		String dir = String(GetExeFilePath()[0], 1) + ":\\";
	#else
		String dir = "/usr";
	#endif


Klugier


U++ - one framework to rule them all.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Cannot compile PromptOK(inputBox.GetText())
Next Topic: The right way to use CoDo with GuiLock?
Goto Forum:
  


Current Time: Sat May 10 21:13:22 CEST 2025

Total time taken to generate the page: 0.02883 seconds