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 » FindFile (how this work in Local network?)
FindFile [message #59940] Mon, 05 June 2023 21:23 Go to previous message
BetoValle is currently offline  BetoValle
Messages: 203
Registered: September 2020
Location: Brasil Valinhos SP
Experienced Member
Hi,

I could not succeed in local network use by testing an existing directory. Is something wrong?

    String s="\\2019-Dell\\temp";
    FindFile f(s);
    Cout() << "resultado=" << f.IsFolder() << EOL;
    Cout() << "resultado=" << f.IsDirectory() << EOL;
    Cout() << "resultado=" << DirectoryExists(s) << EOL;


Thanks!
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: BUG Access violation when closing FileSel
Next Topic: FileSel::ExecuteSelectDir issue
Goto Forum:
  


Current Time: Sun May 12 11:45:59 CEST 2024

Total time taken to generate the page: 0.02054 seconds