Replies: 1 comment 2 replies
-
Actually it seems that Avalonia already does select the last folder by itself. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to get the
IStorageFolder
fromIStorageFile
?Let's assume I've already asked the user to select a file for
Save
operation, and I have aIStorageFile
from that.Now I have another operation, let's say "Export", which exports multiple files to a folder which the user picks. And I want the starting location to be the same folder where the
IStorageFile
was located.Pseudo-code:
Beta Was this translation helpful? Give feedback.
All reactions