FolderContentLib is the java library published under GPL license written by Chandima prabath ariyarathna . Using this library, you can check all file and file path inside the folder include the file which are include in the subfolders . Features:- File content(String folderPath) Using this method you can get file names which are inside the folder.This method return String Array. PathContent(String folderPath) Using this method you can get file names and path which are inside the folder.This method return String Array. How to access:- Example source code to access library. If you want to get source code Click on the picture Download Lib Download Source