isUnixisUnix
Test if deployed on a unix based system
Home > Books > NetKernel API and Services Reference > Accessor Listing > Utility and System Accessors > isUnix

Rate this page:
Really useful
Satisfactory
Not helpful
Confusing
Incorrect
Unsure
Extra comments:


Module

urn:org:ten60:netkernel:ext:sys

The isUnix accessor is exported by the urn:org:ten60:netkernel:ext:sys module. Import this module to gain access to the accessor.

Syntax

URI
active:isUnix

ArgumentRulesDescription

Example Usage

DPML

<instr>
  <type>isUnix</type>
  <target>var:isnix</target>
</instr>

NetKernel Foundation API

req=context.createSubRequest("active:isUnix");
result=context.issueSubRequest(req);

Purpose

The isUnix accessor returns a true canonical boolean document if the system is running on a Unix OS.


(C) 2003, 1060 Research Limited
© 2003-2007, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.