TestDirectory Class
Namespace
Statiq.Testing
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IDirectory"] click Interface0 "/api/Statiq.Common/IDirectory" Type-.->Interface1["IFileSystemEntry"] click Interface1 "/api/Statiq.Common/IFileSystemEntry" Type-.->Interface2["IDisplayable"] click Interface2 "/api/Statiq.Common/IDisplayable" Type["TestDirectory"] class Type type-node

Syntax

public class TestDirectory : IDirectory, IFileSystemEntry, IDisplayable

Constructors

Properties

Name Property Type Summary
CreationTime DateTime
Exists bool
LastWriteTime DateTime
Parent IDirectory
Path NormalizedPath

Methods

Extension Methods