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.

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top