CAB Plugin Help File

CAB Plugin Help File

Plugin Name:

CAB Plugin

Current Version:

1.0.0.0

Description:

Microsoft Cabinet File plugin allows you to create, extract, and list the contents of your own genuine Microsoft Cabinet Files right from inside AutoPlay Media Studio 8

Author:

Jason Thompson dba FoxxPC

Web:

http://www.foxxpc.com (under construction)

E-mail:

support@foxxpc.com

Requirements:

Windows XP/Vista/7 & AutoPlay Media Studio 8

Copyright:

© 2010 Jason Thompson dba FoxxPC

Install Notes:

This plugin will only function with AutoPlay Media Studio 8.x


Table of Contents

CAB.Add
CAB.Extract
CAB.GetContents

CAB.Add


(table) CAB.Add ( 

(string) Files = "C:\\myfile.ext",

(string) Cabname = "C:\\myfile.cab" )

Description

Creates and adds files to the specified cabinet file and returns the results in the form of a table.

Parameters

Files

(string) The phyical locations of the files to be added.

Note: You can add multiple files by seperating them with a comma.

Cabname

(string) The name of the cabinet file you wish to create including its path

Returns

(table)


Example

result = CAB.Add("C:\\myfile.txt, C:\\myfile2.txt","C:\\mycab.cab");



CAB.Extract


(table) CAB.Extract ( 

(string) SourceFile = "C:\\myfile.cab",

(string) Destination = "C:\\" )

Description

Extacts the specified cabinet file to a given location and returns the results in the form of a table.

Parameters

SourceFile

(string) The cabinet file to be extracted including its path

Destination

(string) The full path where the cabinet file will be extracted

Returns

(table)


Example

result = CAB.Extract("C:\\mycab.cab","C:\\Mycabs\\");



CAB.GetContents


(table) CAB.GetContents ( 

(string) CabFile = "C:\\myfile.cab" )

Description

Retrieves a list of all the files contained in the specified cabinet file and returns the results in the form of a table.

Parameters

CabFile

(string) The cabinet file in which to grab the contents from including its path

Returns

(table)


Example

result = CAB.GetContents("C:\\Mycabs\\mycab.cab")




© 2010 Jason Thompson dba FoxxPC
This File Was Generated With AMS ActionFile Editor