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

Frank Regal 1 Reputation point
2021-06-18T14:35:15.897+00:00

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
HoloLens Development
HoloLens: A family of Microsoft self-contained, holographic devices that enable engagement with digital content and interaction with holograms in the surrounding environment.Development: The process of researching, productizing, and refining new or existing technologies.
398 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Hernando Ren 2,171 Reputation points
    2021-06-21T02:41:31.69+00:00

    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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.