Skip to content

Instantly share code, notes, and snippets.

@chentsulin
Last active August 29, 2015 14:10
Show Gist options
  • Save chentsulin/25ad05f77c86c7b8d601 to your computer and use it in GitHub Desktop.
Save chentsulin/25ad05f77c86c7b8d601 to your computer and use it in GitHub Desktop.
Java get file directory
class Dir {
public static void main(String[] args) {
System.out.println("Directory: " + System.getProperty("user.dir"));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment