plugins.file.showFileSaveDialog and start directory

Hello,

would it possible to provide a start directory when using plugins.file.showFileSaveDialog? I can image either

  • giving the optional file parameter using a full path: showFileSaveDialog(‘c:\test.txt’)
  • or having an optional parameter: showFileSaveDialog(‘test.txt’, 'C:')

Can this be changed? It is available when selection files, so I think it should also be when saving files.

Thanks
Patrick