JSON file:
{
"url": ""
}
I want to insert to url
the following path:
C:\Users\yw1kew\AppData\Local\dmv\dmv.data\cameraApp
I want it to be locally to any computer (not just my machine) therefore I need to start the path from appdata
I think.
How to do that ?
This is not working:
{
"url": "%AppData%\\dmv\\dmv.data\\cameraApp"
}