existsexists
Issue an EXISTS request to an accessor
Home > Books > NetKernel API and Services Reference > Accessor Listing > Utility and System Accessors > exists

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


Module

urn:org:ten60:netkernel:ext:sys

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

Syntax

URI
active:exists

ArgumentRulesDescription
operandMandatory the resource to test.

Example Usage

DPML

<instr>
  <type>exists</type>
  <operand>
    <uri>file:/a.xml</uri>
  </operand>
  <target>var:result</target>
</instr>

NetKernel Foundation API

The exists accessor is provided for use with the DMPL language. It is more efficient to use the following NKF method with scripting languages:

INKFConvenienceHelper.exists()issue EXISTS request to resource

Purpose

The exists accessor checks for the existence of a resource and returns a boolean response.

Data Accessors that currently support exists are file:, and ffcpl:.

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