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

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: 206
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: Tue Apr 28 01:45:52 GMT+2 2026

Total time taken to generate the page: 0.00537 seconds