Skip to content

Gosev/GGTar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

GGTar

This is a GGified version of the Tar module for the LuaRocks project provided here - https://github.com/keplerproject/luarocks/blob/master/src/luarocks/tools/tar.lua

Basic Usage

Require The Code
local GGTar = require( "GGTar" )
Create your GGTar object
local tar = GGTar:new()
Untar an archive in the temp directory into the documents directory and call a function when done.
local onComplete = function()
	print( "All done!" )
end
tar:untar( "level1.tar", system.DocumentsDirectory, system.TemporaryDirectory, onComplete )
Destroy this GGTar object
tar:destroy()

Update History

0.1

Initial release

About

This is a GGified version of the Tar module for the LuaRocks project provided here - https://github.com/keplerproject/luarocks/blob/master/src/luarocks/tools/tar.lua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published