I want to run MongoDB to save data into user AppData (on Windows).
mongod.exe --dbpath "C:/Users/%User%/AppData/Local/%MyFolder%"
But in my case %User%
may contain Cyrillic.
Thus mongod.exe
does not start with an error
... [initandlisten] exception in initAndListen: 29 Data directory C:/Users/%User%/AppData/Local/%MyFolder% not found., terminating ...
While this folder exists.