silverlight - Is it possible to display IsolatedStorage path in silverlight5 -


Could you please tell that any one of the in-browser types to display a isolation-storage path using the Silverlight5 application The way.

The complete path for isolation storage is generally not programmatic recoverable, at least the Silverlight Not in

m_AppFilesPath It is not possible to get a member through a reflection in the IsolatedStorageFile example, because the field is private if you If you try to do this, you are likely to get FieldAccessException .

If you are looking for file system locations of separate storage files and directories, please read.

If you want to find the file path relative to the separate storage route while running your application, AFAIK is only in the class, preferably with the combination.

It is possible in principle that a file path relative to a particular file can be requested using the property of the object, though this property is only available in reliable applications.

Comments