aspose file tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes toRealPath - Oracle tutorial errata Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "toRealPath - Oracle tutorial errata" Watch "toRealPath - Oracle tutorial errata" New topic
Author

toRealPath - Oracle tutorial errata

Shivani Chandna
Ranch Hand

Joined: Sep 18, 2004
Posts: 380
Error in oracle tutorial for NIO2. toRealPath API cannot take boolean as param::



The toRealPath method returns the real path of an existing file. This method performs several operations in one:

If true is passed to this method and the file system supports symbolic links, this method resolves any symbolic links in the path.
If the Path is relative, it returns an absolute path.
If the Path contains any redundant elements, it returns a path with those elements removed.


http://docs.oracle.com/javase/tutorial/essential/io/pathOps.html
http://docs.oracle.com/javase/7/docs/api/java/nio/file/Path.html#toRealPath(java.nio.file.LinkOption...)


/** Code speaks louder than words */
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: toRealPath - Oracle tutorial errata
 
Similar Threads
[Confusion] A Java Question
% operator
Java code help
non static variable
Correct usage of Swing thread?