Data file location

I have a data file initially stored in local computer document folder, However I want to move this into the network storage and want to keep the same data file with all user permissions. Is this possible that Manager has a config file so similar where we can specify the data file location? so that we don’t need to change the permission etc.
I am testing Manager server on windows

The console start up screen of Manager server shows

Manager Server [Version 25.3.29.2206]

Copyright (c) 2025 NGSoftware.  All rights reserved.

Syntax:

    ManagerServer.exe  [options]

Options:

    -port [number]     Set port on which HTTP server should listen on.
    -path [directory]  Set directory where Manager should look for data.

Examples:

    ManagerServer.exe
    ManagerServer.exe -port 80
    ManagerServer.exe -port 80 -path "C:\Users\<user Name>\Documents\Manager.io"


[7:48:27 PM] HTTP server listening on port 8080

Have you tried the path parameter and looked in the default path location?

Yes It worked, thank you