Where in platformIO \home in windows 10

Can you tell me where platformio \home… is on my Windows 10 file system?

Please don’t refer me to the documentation as I have not been able to find help there. I do not have a %home or a platformIO path or environment variable that relates to platformIO.

I have errors that say a file cant be found in a path that starts with \home and I don’t know where to look.

Thanks

Oh yes you do,

>echo %HOMEDRIVE%%HOMEPATH%
C:\Users\Max

It’s just C:\Users\<username>, if your Windows installation is on the C: drive. In there, there is a hidden .platformio. folder.

Thanks,
I see the the path when I echo %HOMEDRIVE%%HOMEPATH%.
For some reason my environment tool does not show this.

Thanks,
Tony