CoreFileServer Struct Reference
[Core Engine Services]

Inherits Service.

Inherited by IOService.

List of all members.

Public Methods

virtual bool runFile (const Char *filename, Context *context=0)=0
virtual bool pathExists (const Char *path)=0


Detailed Description

This interface provides a way to override the default behavior of CoreService::runFile(), presumably to provide more a sophisticated algorithm for locating the script file.


Member Function Documentation

virtual bool CoreFileServer::pathExists const Char   path [pure virtual]
 

Determine if a specified path (file or directory) exists.

virtual bool CoreFileServer::runFile const Char   filename,
Context   context = 0
[pure virtual]
 

Load and execute a script file.


The documentation for this struct was generated from the following file:


Flat Four Engine
Copyright (C) 2001 by 379, Inc.
This page generated by Doxygen