question

FrankRegal-5374 avatar image
0 Votes"
FrankRegal-5374 asked HernandoRen-MSFT answered

How to access config files (.ini) to read/write on Microsoft Hololens 2

Hi - We are looking to access the .ini files that are stored on the Microsoft Hololens 2. We would like to set the permission of these files so we can read/write and even set it to have one consistent config file that is used everytime we open an application we have built for the hololens 2. Any advice is very much appreciated!

Thank you!

hololens-development
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

HernandoRen-MSFT avatar image
0 Votes"
HernandoRen-MSFT answered

Hello, Welcome to Microsoft Q&A,

HoloLens app is a UWP APP, thus, to save and load settings in the HoloLens app, it is recommended to use Windows Runtime application data APIs. There are several APIs provided for your various configuration data storage requirements. For more information please check out this documentation:Save and load settings in a UWP app.


If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.