railo.runtime.functions.system
Class FileExists

java.lang.Object
  extended by railo.runtime.functions.system.FileExists
All Implemented Interfaces:
Serializable, Function

Deprecated. replace with railo.runtime.functions.file.FileExists

public final class FileExists
extends Object
implements Function

Implements the Cold Fusion Function fileexists

See Also:
Serialized Form

Constructor Summary
FileExists()
          Deprecated.  
 
Method Summary
static boolean call(PageContext pc, String string)
          Deprecated.  
static boolean call(PageContext pc, String string, boolean allowRealPath)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileExists

public FileExists()
Deprecated. 
Method Detail

call

public static boolean call(PageContext pc,
                           String string)
                    throws PageException
Deprecated. 
Throws:
PageException

call

public static boolean call(PageContext pc,
                           String string,
                           boolean allowRealPath)
                    throws PageException
Deprecated. 
Throws:
PageException


Copyright © 2012 Railo