Skip to content

Commit

Permalink
[FileSystem] Remove old TODO note. Fix a case where when we are worki…
Browse files Browse the repository at this point in the history
…ng with the system root path we get correct-looking results
  • Loading branch information
Whiteknight committed Apr 8, 2012
1 parent 181a7de commit 60fa5ce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/filesystem/Path.winxed
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,8 @@ class Rosella.FileSystem.Path

string entryname = pathparts.pop();
if (is_dir) {
// TODO: We need to handle /. and /..
// Go through the path, resolving out these elements.
if (elements(pathparts) >= 1)
entryname = pathparts[elements(pathparts) - 1];
else
entryname = ".";
} else {
var entryparts = split(".", entryname);

Expand Down

0 comments on commit 60fa5ce

Please sign in to comment.