Skip to content

Commit

Permalink
feat(IFileSystemLink): remove IsDirectory, closes #104
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Aug 29, 2019
1 parent 0d78ecb commit 07fbb43
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/IFileSystemLink.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,5 @@ namespace Ipfs
/// </summary>
public interface IFileSystemLink : IMerkleLink
{
/// <summary>
/// Determines if the link is a directory (folder).
/// </summary>
/// <value>
/// <b>true</b> if the link is a directory; Otherwise <b>false</b>,
/// the link is some type of a file.
/// </value>
bool IsDirectory { get; }

}
}

0 comments on commit 07fbb43

Please sign in to comment.