Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #1653. '/' works as a valid path but children don't (under wind…
…ows). This is actually about how java.io.File and related classes will not see /Foo or \Foo as an absolute path. I strategically added explicit logic for this in our resource creation logic. Ultimately, within the same general vicinity we should figure out what the Windows System drive letter is and prepend that.