Pregunta

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.

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top