V8 Javascript API

File System

[V8 API]

Description

File System module. RealityServer allows access to the file system within the content_root directory via the fs global object. This provides an interface to read/write files and manipulate the file system in a manner similar to other popular JavaScript server languages. Additionally there is an asynchronous variant defined on fs.async.

Classes

class 
File system access functions. More...
class 
More...
class 
More...
class 
Asynchronous variant of the fs api. More...
class 
A File_handle object is a wrapper for a File_descriptor for use in the asynchronous fs.async api. More...