The user can decide that. I'm saying that programmatically I cannot force the dialog to start at a folder of my choosing. Here's the API if you are doubting me: https://learn.microsoft.com/en-us/uwp/ap...inrt-26100
You can see that SuggestedStartLocation is an enum, not a string. Also, please don't assume a UWP application is the same as a standard desktop application. I'm forced to use the UWP api for file operations.
Mike
You can see that SuggestedStartLocation is an enum, not a string. Also, please don't assume a UWP application is the same as a standard desktop application. I'm forced to use the UWP api for file operations.
Mike