railo.runtime.functions.file
Class FileOpen
java.lang.Object
railo.runtime.functions.file.FileOpen
public class FileOpen
- extends Object
Method Summary |
static Object |
call(PageContext pc,
String path)
|
static Object |
call(PageContext pc,
String path,
String mode)
|
static Object |
call(PageContext pc,
String path,
String strMode,
String charset)
|
static Object |
call(PageContext pc,
String path,
String strMode,
String charset,
boolean seekable)
|
FileOpen
public FileOpen()
call
public static Object call(PageContext pc,
String path)
throws PageException
- Throws:
PageException
call
public static Object call(PageContext pc,
String path,
String mode)
throws PageException
- Throws:
PageException
call
public static Object call(PageContext pc,
String path,
String strMode,
String charset)
throws PageException
- Throws:
PageException
call
public static Object call(PageContext pc,
String path,
String strMode,
String charset,
boolean seekable)
throws PageException
- Throws:
PageException
Copyright © 2012 Railo