SaveFileDialog and Server

I’m trying to figure out how to get a list of just directories on a Domino server. @Prompt([CHOOSEDATABASE]) almost works except I have to select a file rather than stop at the directory level. This could be worked around by selecting the first file and trimming off the filename, except that some directories don’t have single file. So SaveFileDialog seemed like it might work since I can only select directories. But how do I select a Domino server instead of just the local paths?

Or am I approaching this all wrong? What I want to do is allow a user to select a directory/folder on a domino server for a routine to cycle through those files in that folder and subset of folders/files. Also, is Dir$ only for local or can that also be server directed?

Thanks in advance

Subject: SaveFileDialog and Server

One other thing is that I do have the server selected by the user. So how would I incorporate that into the scenario?