Search code examples
javapathregistrysteam

Get installated path for an app in valve's steam on windows using java?


I am writing a small tool using Java that needs to find location of an application installed on the disk by steam.

Is it feasible to get installation path of an application installed by valve's steam distribution platform on a windows system if its appid is known?

I've tried searching registry but no dice, apparently valve stores list of installed apps and their location somewhere else?


Solution

  • Visit here, I'm working on the same thing in Delphi lol.