Thursday, 8 August 2013

Possible error in the oracle java tutorial?

Possible error in the oracle java tutorial?

From this Oracle Java tutorial:
The asFileAttribute method accepts a Set of file permissions and
constructs a file attribute that can be passed to the Path.createFile or
Path.createDirectory method.
Did they mean Files.createFile?

No comments:

Post a Comment