Is there an example form using ETO 's OpenFileDialog class in Python ?
thx,
Is there an example form using ETO 's OpenFileDialog class in Python ?
thx,
If you are using rhinoscriptsyntax, you can just call rs.OpenFileName. Check the Python help file for details.
Note, this method just creates a Rhino.UI.OpenFileDialog, which works on both Windows and Mac. So I guess you could use that too.
– Dale
Thanks @dale, Can you illustrate Rhino.UI.OpenFileDialog using InitialDirectory ? I have tried but not sure if it is hooked up yet.
-K
Solved - missed the @ symbol: How to save a file through a path in PlugIn ?(C#)
-K