Returns path concatenated with provided extension
Example of withExt
import dshould; Path("foo").withExt(".txt").toString.should.equal("foo.txt"); Path("foo").withExt("txt").toString.should.equal("foo.txt");
See Implementation
Returns path concatenated with provided extension