Table of Contents

Class PackableFile

Namespace
Fluxzy
Assembly
Fluxzy.Core.dll

A packable file is an embeddable file in a directory archive

public class PackableFile
Inheritance
PackableFile
Inherited Members

Constructors

PackableFile(FileInfo, PackableFileType)

public PackableFile(FileInfo file, PackableFileType type)

Parameters

file FileInfo
type PackableFileType

Properties

File

File information

public FileInfo File { get; }

Property Value

FileInfo

Type

File type

public PackableFileType Type { get; }

Property Value

PackableFileType