OPenFileDialog and DIR on the Mac

Hello!

I am using the NotesUIWorkspace method OPenFileDialog to get a path and file name. It works fine on Windows. OPenFileDialof returns a path on the Mac as well. Such as:

“/Users/UserName/Documents/File.csv”

But using DIR$ to validate the file path, or using OPEN to open the file, fails as if the file was not present.

Any ideas?