Skip to content

Instantly share code, notes, and snippets.

@AhnSeongHyun
Created August 19, 2012 11:05
Show Gist options
  • Save AhnSeongHyun/3394292 to your computer and use it in GitHub Desktop.
Save AhnSeongHyun/3394292 to your computer and use it in GitHub Desktop.
[java] File.listFiles()
File dir = new File(xmlDirPath);
File[] fileList = dir.listFiles();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment