Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Data Namespace / SimplePackage Class / SimplePackage Constructor / SimplePackage Constructor(String)
The full path to the package file to open.

SimplePackage Constructor(String)
Create a new package by loading the specified file. It must be a package file, not a log file.
Syntax
'Declaration
 
Public Function New( _
   ByVal fileNamePath As String _
)
 

Parameters

fileNamePath
The full path to the package file to open.
Remarks
To load any single GLF or GLP file into a new Package object see the static method LoadFileAsPackage().
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also