質問

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