Servertec exist( )
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Conventions
iPP
Templates
Constants
Identifiers
Operators
Directives
Macros
defined( )
exist( )

Java API
Legal
Contact Us

 

Returns whether the specified file exists.

Syntax

    exist( filename )

Parameters

    filename the name of the file to check.

Returns

    boolean true   if the specified file exists.
    false   if the specified file does not exist.

Notes

    iPP predefined the above macro for use with the #if directive.

Example

    #if exist(OUTPUTFILE)
        #error release not setup properly
    #endif
    
 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Sun Sep 04 14:56:03 EDT 2005