I have two networked computers. The TCP / IP for Windows are working well. I can see the folders and files on that network by doing: Start -> Run -> \ \ 172.27.128.41
I'd like to read these files, using Qt, directly over the network.
Any idea how to see folders and files on the network using Qt?
Qt Code:
  1. QFile file ( "\\172.27.128.41")
To copy to clipboard, switch view to plain text mode 
is possible?