Play.current().path().getPath()returns the "bin" folder path in production mode. Is there a way to get the the same path in development mode?
Thanks
Play.current().path().getPath()returns the "bin" folder path in production mode. Is there a way to get the the same path in development mode?
Relying on this is a bad idea : It's the cwd when the application get's started, andthat path might change during runtime.
./blah