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 » U++ Library support » FileSel&FileList, Path » FEATURE REQUEST: Navigation by desktop shortcuts
Re: FEATURE REQUEST: Navigation by desktop shortcuts [message #52666 is a reply to message #52665] Fri, 08 November 2019 10:51 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
pvictor wrote on Fri, 08 November 2019 10:32
mirek wrote on Fri, 08 November 2019 12:15
Maybe we can try something like

FindFile ff("\\\\1336data\\Constructor\\*.*");
while(ff) {
DDUMP(ff.GetPath());
ff.Next();
}

ff.GetPath() = \\1336data\Constructor\.
ff.GetPath() = \\1336data\Constructor\..
ff.GetPath() = \\1336data\Constructor\constructor

It's correct.


OK, thats interesting. I guess it should not hurt anything if we change DirectoryExists to this method - commited in trunk.

Can you please check with trunk how FileSel behaves now?

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Application hangs on renaming directories accidentally
Next Topic: FileSelNative::AllFilesType() doesn't show files without extensions on Linux
Goto Forum:
  


Current Time: Fri Apr 19 17:22:05 CEST 2024

Total time taken to generate the page: 0.84821 seconds