I’m developing a metro app in C#. I’m using the file picker to save and open the file. Now, I want to restrict the users to only one location. how can I do this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s not possible to restrict the users to only one location with the FilePicker. Here is a source from the forums that confirms that. One possibility is that you could set the location that you want them to use with the SuggestedStartLocation, and then most people may use that default location.