Replies: 1 comment
-
Never mind, I figured something. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have two consecutive File Dialogs
The first opens in the current directory
Then, the user browses away to some other directory and select a file there
When the user launches the second File Dialog, I would like to make it so that it starts in the directory the user browsed to a moment ago.
My attempt was to store the "last directory" in a variable, but, apparently, the variable is read only once before it is even set and, thus, it has no effect.
How to go about it?
Below is my sample code:
Beta Was this translation helpful? Give feedback.
All reactions