On Mar 13, 2018, at 12:24 PM, Alan Bateman <alan.bate...@oracle.com> wrote:
> As relative paths are command then it might be simpler to just change the > static initializer Static initializer or constructor? > to initialize userDir to normalize(props.getProperty("user.dir")). I was originally going to put that in the constructor but did not know about calling the normalize() instance method from the ctor. Brian