So `System.getProperty("user.dir")` returns `/` wh...
# compose-desktop
s
So
System.getProperty("user.dir")
returns
/
when I’m running my desktop application on mac. What is the best way to get the running directory of my application?