Question

I'm asking for a Java code.

I'm looking for a way to select the first file in a directory in order to process it.

Thanks.

Was it helpful?

Solution

You should use a DirectoryStream. Documentation can be found at: http://docs.oracle.com/javase/7/docs/api/java/nio/file/DirectoryStream.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top