Yeah, because it has to be "//" and not "\\"! And "c:\games\roms" has to be either "c:\\games\\roms" or "c:/games/roms".

Paths in Qt are POSIX-like ("\" has to be escaped with "\"), so this would work as well: "c:\\games\\roms;\\\\hello\\roms;\\\\hello\\software".


A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]