matlab-schemer icon indicating copy to clipboard operation
matlab-schemer copied to clipboard

Added default scheme path to uigetfile dialog, with safe fallback.

Open ajtrowell opened this issue 3 years ago • 0 comments

Provided a function getSchemeDialogPathSafely() and use it to set the default folder for the uigetfile dialog box.

The function finds thisFilePath (the containing folder of schemer_import.m) and then returns thisFilePath/schemes/, or if that folder doesn't exists, then it returns thisFilePath.

ajtrowell avatar Aug 27 '21 19:08 ajtrowell