IsUnix

Description

Returns True if the CQCompass object is created on the UNIX™ system and Linux™ platforms.

Syntax

Perl


$CompassObj->IsUnix(); 
Identifier
Description
CQCompass
A CQCompass object.
Return value
Returns True if the object is created on the UNIX system and Linux platforms, False otherwise.

Example

Perl


use CQPerlExt;



my $cqobject =  CQCompass::Build();

$is_Windows_flag = $cqobject->IsUnix();


 CQCompass::Unbuild($cqobject);