Table of Contents

Interface IDirectoryContents

Namespace
Acuit.Pinpoint.FileProviders
Assembly
Acuit.Pinpoint.Configuration.dll

Represents a directory's content in the file provider.

public interface IDirectoryContents : IEnumerable<IFileInfo>, IEnumerable
Inherited Members

Properties

Exists

True if a directory was located at the given path.

bool Exists { get; }

Property Value

bool