Skip to content

Instantly share code, notes, and snippets.

@beans15
Created March 31, 2013 14:44
Show Gist options
  • Save beans15/5280845 to your computer and use it in GitHub Desktop.
Save beans15/5280845 to your computer and use it in GitHub Desktop.
[scala] カレントディレクトリを取得
val currentDir = new File(".").getAbsoluteFile().getParent()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment