Servertec exist( )
M E N U

Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Conventions
iMake
Make Files
Constants
Identifiers
Operators
Directives
Statements
Macros
Inference Macros
defined( )
exist( )

Legal
Feedback

 


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

    iMake predefined the above macro for use with the !if directive.

Example

    !if exist(OUTPUTFILE)
        !error release not setup properly
    !endif
    
top of page
Built with iMake Copyright © 1997-1998 Servertec. All rights reserved.
Last Modified: Sun Aug 23 19:52:09 PDT 1998