| Quintiq file version 2.0 | 
| #parent: PanelExcel/ButtonBrowse | 
| Response OnClick () id:Response_PanelExcel_ButtonBrowse_OnClick | 
| { | 
|   #keys: '[108486.1.1093124646]' | 
|   Body: | 
|   [* | 
|     // Select file import/export location | 
|     path := Application.GetOpenFolderName(); | 
|      | 
|     if( path <> '' ) | 
|     { | 
|       Dialog.FormatPath( path ); | 
|       EditorImportExportPath.Text( path ); | 
|     } | 
|   *] | 
|   CanBindMultiple: false | 
|   DefinitionID: 'Responsedef_GUIButtonBase_OnClick' | 
|   UserRequiresReadWrite: true | 
| } |