Skip to content

Instantly share code, notes, and snippets.

@kastoestoramadus
Created July 16, 2015 08:12
Show Gist options
  • Save kastoestoramadus/d2316753eeb4e8415e86 to your computer and use it in GitHub Desktop.
Save kastoestoramadus/d2316753eeb4e8415e86 to your computer and use it in GitHub Desktop.
pwd with jdk7
import java.nio.file.Paths
val pwd = Paths.get(".").toAbsolutePath().normalize().toString()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment