IFileSystemEntry Interface

Summary

Represents an entry in the file system
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Implementing Types
graph BT Type["IFileSystemEntry"] class Type type-node Implementing0["TestFile"]-.->Type click Implementing0 "/api/Wyam.Testing.IO/TestFile" Implementing1["TestDirectory"]-.->Type click Implementing1 "/api/Wyam.Testing.IO/TestDirectory" Implementing2["IFile"]-.->Type click Implementing2 "/api/Wyam.Common.IO/IFile" Implementing3["IDirectory"]-.->Type click Implementing3 "/api/Wyam.Common.IO/IDirectory"

Syntax

public interface IFileSystemEntry

Properties

Name Value Summary
Exists bool
Gets a value indicating whether this Wyam.Common.IO.IFileSystemEntry exists.
Path NormalizedPath
Gets the path to the entry.
GitHub