How can i get all files of my present Working Directory in Linux by using Environment variable(JAVA)?
Map env = pb.environment(); - I want to set Present Working Directory in this MAP as a Environment Variable.
Is it possible to get all list of directories by using this MAP?