Table of Contents

Class FileInfoWrapper

Namespace
Acuit.Pinpoint.FileSystemGlobbing.Abstractions
Assembly
Acuit.Pinpoint.Configuration.dll

Wraps an instance of FileInfo to provide implementation of FileInfoBase.

public class FileInfoWrapper : FileInfoBase
Inheritance
FileInfoWrapper
Inherited Members

Constructors

FileInfoWrapper(FileInfo)

Initializes instance of FileInfoWrapper to wrap the specified object FileInfo.

public FileInfoWrapper(FileInfo fileInfo)

Parameters

fileInfo FileInfo

The FileInfo

Properties

FullName

The full path of the file. (Overrides FullName).

public override string FullName { get; }

Property Value

string

Remarks

Equals the value of Name.

Name

The file name. (Overrides Name).

public override string Name { get; }

Property Value

string

Remarks

Equals the value of Name.

ParentDirectory

The directory containing the file. (Overrides ParentDirectory).

public override DirectoryInfoBase ParentDirectory { get; }

Property Value

DirectoryInfoBase

Remarks

Equals the value of Directory.