Difference between revisions of "User talk:David corrales"

Jump to navigation Jump to search
Added the isValid removal
(Updated some method proposals)
(Added the isValid removal)
Line 323: Line 323:


'''getCanonicalPath(path) ->  path''': returns the canonical pathname string of the abstract pathname. (Java)
'''getCanonicalPath(path) ->  path''': returns the canonical pathname string of the abstract pathname. (Java)
'''isValid() -> bool''': as per Max's instruction, this method was removed from the FilesystemNode class. It wasn't a heavily used method and its semantics weren't clear. It is now possible to use much more rich checks as ''(exists && isReadable)'' for example. '''Removed'''




'''Update 05/06''': marked some methods as implemented.
'''Update 05/06''': marked some methods as implemented.
'''Update 19/06''': added the isValid() method as removed.


== Misc ==
== Misc ==

Navigation menu