1,079
edits
(added proposed operations) |
|||
Line 40: | Line 40: | ||
'''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) | ||
You might want to keep in minde that a "path" can refer to: | |||
* an existing file (which hence might be writable or readable or both) | |||
* an existing directory (which can be writeable, too, with different meaning) | |||
* a not yet existing but valid path to a file/dir (which is neither readable nor writeable, I guess). | |||
Well, that's not really a brilliant observation ; I just wanted to make sure this will be considered in the design process [[User:Fingolfin|Fingolfin]] 00:22, 24 March 2007 (CET) |
edits