On R5, we were able to create a hotspot to files on our file server, including files with spaces and without converting the backward slashes that Microsoft wants to the forward slashes that are standard for web.
In R6, it seems that the system tries to replace spaces with %20 which Microsoft file server can’t deal with. I’ve tried @URLOpen, placing the string in quotes, etc. Any clue?