Skip to content

Instantly share code, notes, and snippets.

@pbriggs28
Created May 29, 2018 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pbriggs28/67bbd3ec8ee11214fce44a0d7d938ebf to your computer and use it in GitHub Desktop.
Save pbriggs28/67bbd3ec8ee11214fce44a0d7d938ebf to your computer and use it in GitHub Desktop.
public static void main(String[] args) {
try {
File file = new File("test.txt");
System.out.println(file.length());
} catch (Exception e) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment