class Asar::Pack

Overview

Enables packing of files from the given archive with #pack.

Defined in:

asar-cr/pack.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(folder : String) #

Creates a new Pack from the given folder.


[View source]

Instance Method Detail

def pack(asar : String) : Bool #

Packs the folder into the provided archive.

Returns true if successful.


[View source]