Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Location of issue: rename spec documentation
The text description for what rename does in the case when the destination exists and is a directory is correct. However, the pseudocode is not.
What is written:
let dest = if (isDir(FS, src) and d != src) : d + [filename(src)] else : d
What I expected:
isDir(FS, src) should be isDir(FS, d).
Attachments
Issue Links
- links to