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.IFileSystemStructureLinkInfoProperties
Section titled “Properties”ContentPath
Section titled “ContentPath”Gets a string representing the path to the content of file.
public virtual string ContentPath { get; }Property Value
Section titled “Property Value”A string representing the path to the content of file.
Gets the hash value for a file.
public virtual FileHash Hash { get; }Property Value
Section titled “Property Value”A FileHash object representing hash value for a file.
Length
Section titled “Length”Gets the size, in bytes, of the current file.
public virtual long Length { get; }Property Value
Section titled “Property Value”The size of the current file in bytes.