<div dir="ltr">Tune up start-directory and last-directory behaviour, particularly for<br>Chirp on Windows.  This change is relatively benign for the user&#39;s<br>perspective.<br><br>start_dir<br>    o fix win32 file dialog start-directory issue in platform.py<br>      to support the open of correct or selected directory<br>      when requested.<br>    o add start_dir optional parameter to do_open() and do_import() methods.<br>      Include logic to pass start_dir requests to gui_open_file() in platform .<br><br>last_dir<br>    o capture last_dir information when files opened in do_open() and do_import methods.<br>    o pass last_dir as start_dir parameter in call to do_open()<br>      from ChirpMain&#39;s &quot;menu helper&quot; mh() method.<br><div><br></div><div>Tested okay in Windows 10 and Ubuntu Linux.</div></div>