Skip to content
Auto
Products

IFileLinkInfo

Namespace: TagBites.IO
Assembly: TagBites.IO.dll
Product: TagBites.IO v. 2.0.0

Represents information about the file.

public interface IFileLinkInfo : TagBites.IO.IFileSystemStructureLinkInfo

Gets a string representing the path to the content of file.

public virtual string ContentPath { get; }

string

A string representing the path to the content of file.

Gets the hash value for a file.

public virtual FileHash Hash { get; }

FileHash

A FileHash object representing hash value for a file.

Gets the size, in bytes, of the current file.

public virtual long Length { get; }

long

The size of the current file in bytes.