Grampus


Index Module

Namespace: Grampus

Assembly: GrampusLib.dll

Holds the functions related to an Index.

Functions and values

Function or value Description

Load nm

Full Usage: Load nm

Parameters:
    nm : string - The full path and file name.

Returns: IndexEntry[] The index as an IndexEntry array type.

Loads the Index given the folder.

nm : string

The full path and file name.

Returns: IndexEntry[]

The index as an IndexEntry array type.

Save (nm, iea)

Full Usage: Save (nm, iea)

Parameters:
    nm : string - The full path and file name.
    iea : IndexEntry[] - The index as an IndexEntry array type.

Saves the Index given the folder and the data.

nm : string

The full path and file name.

iea : IndexEntry[]

The index as an IndexEntry array type.