Brings up a common File Open dialog and returns the file name selected by the user. If the user canceled, returns an empty file name.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def FileOpenDialog(self, DefaultExt:str, Filter:str, InitialDir:str) -> str: |
- DefaultExt
- Filter
- InitialDir






