Skip to content

Commit

Permalink
Reacting to IFileSystemInfo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed Aug 26, 2014
1 parent 096ba08 commit b275075
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ public bool TryGetFileInfo(string subpath, out IFileInfo fileInfo)
}
}

public string TryGetParentPath(string subpath, out string parentPath)
public bool TryGetParentPath(string subpath, out string parentPath)
{
throw new NotImplementedException();
}
Expand Down

0 comments on commit b275075

Please sign in to comment.