Table of Contents

Class FileInfo

Namespace
Homa.Sdk.Foundation
Assembly
Homa.Sdk.Foundation.dll

Provides information about a file at a given path.

public class FileInfo
Inheritance
FileInfo
Inherited Members

Constructors

FileInfo()

Creates a new FileInfo that provides information about a file at a given path.

public FileInfo()

FileInfo(FileInfo)

Creates a new FileInfo from a FileInfo that provides information about a file at a given path.

public FileInfo(FileInfo fileInfo)

Parameters

fileInfo FileInfo

The FileInfo from which to create the FileInfo.

Properties

FullName

Full path of the file.

public string FullName { get; init; }

Property Value

string

Length

Size of the file in bytes.

public long Length { get; init; }

Property Value

long