Short of writing a custom interface, can anyone suggest an alternative to the PB standard functions GetFileOpenName() and GetFileSaveName()? We are wanting to let users select a file for open or save, but restrict their ability to change the folder by entering a UNC path (potentially gaining access to areas they shouldn't). Navigating down the folder structure is fine, we just don't want them to have the ability to navigate up or outside of the starting (initial) folder. We also want to lock down the right-click functionality exposed by GetFileOpenName() and GetFileSaveName() for similar security reasons. Any recommendations would be appreciated!