CLASS jsShell

jsShell is a nonvisual class encapsulating the system shell functionality for manipulating files and directories, retrieving file/directory properties, and setting and retrieving system image list information.

Syntax
[<oRef> =] new jsShell(<oParent> [,<cName>])
<oRef>
Object reference (typically a property member of <oParent>) which points to the newly created jsShell object.
<oParent>
Object reference to the parent object. If storing the object reference in a simple variable, this parameter should be set to null.
<cName>
Optional name for the jsShell object. If cName is not specified, a default name will be assigned.

Class Members
The jsShell class is subclassed from the jsWinMemString class. Consult the documentation for the jsWinMemString class for a description of the jsWinMemString class members (properties and methods).

Click the links in the left frame to view the Property Members, and Method Members which are unique to the jsShell class.