Hi, I am trying to navigate up the folder tree to a file using siteoforigin
. I can get to the subfolders but how do I navigate up one?
Here is the code that I have tried
StreamResourceInfo info = Application.GetRemoteStream(new Uri("pack://siteoforigin:,,,/../Settings.xml", UriKind.RelativeOrAbsolute));
But it doesn't work.