jnafilechooser icon indicating copy to clipboard operation
jnafilechooser copied to clipboard

Set Initial Directory

Open santimchp opened this issue 4 years ago • 1 comments

Just wondering, is there a way of setting the initial directory when opening the dialog chooser? as it always opens c:/users/ by default. I didn't see any method for it so I was wondering if there is a way to do this. Thank you.

santimchp avatar Apr 26 '20 08:04 santimchp

Hey @santimchp this might be little late and I can't confirm this works but looking through the code, there is a constructor that takes a FilecurrentDirectory and there is also a constructor that takes a StringcurrentDirectoryPath

mininotallarines avatar Jul 10 '20 17:07 mininotallarines