TripleX,

This plugin is fantastic--thank you!!

A question for you: Is there a variation of DllOpenFile that would let a user simply go and select a directory? Many schools play my game, and they want each child to be able to log on to their individual directory when they first start up, then save and load their individual games from that directory.

So I just want to select a directory, but not necessarily save or open a specific file yet. Would this require an update to the .dll or can I just code around it?

I'm trying to work around it for now by letting them save a dummy file to that directory, then just extracting the directory location from DllReceiveStr2 afterwards. But since they're only 8 years old, I'd like to get a simpler LOGIN button that just lets them select the correct directory without getting confused by saving a file or anything.

Any ideas? Thanks!