Inheritance diagram for burst.runtime.WshRuntime:
Static Public Member Functions | |
String | readTextFile (String fpath) |
Read a local text file synchronously and return its contents. | |
Object | readEvalSync (String fpath) |
Read a local file synchronously and evaluate its contents. |
|
Read a local file synchronously and evaluate its contents. This function only works in WSH. It returns the result of the eval operation.
Implements burst.runtime.AbstractRuntime. |
|
Read a local text file synchronously and return its contents. This function only works in WSH. Works with absolute or relative local file path. See: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/jsmthopentextfile.asp |