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
FileInfotype
PackableFileType
Properties
File
File information
public FileInfo File { get; }
Property Value
Type
File type
public PackableFileType Type { get; }