open Import assets dialog with predefined path

Hi, I am trying to open a import asset dialog with predefined path.
Seems like there in no option to set this with Python API.
I noticed that when I manually import something the last used path is stored.
I found EditorPerProjectUserSettings.ini in Saved that has [Directories2] with GenericImport key.
I thought maybe changing this as a workaround but no luck so far.
Any ideas how to achieve this ?

Alright, I used custom TKinter dialog instead.