Up to 1.2 rc ``` julia> tempdir() "C:\\tmp\\" ``` but on 1.3 alpha ``` julia> tempdir() "C:\\tmp" ```