FileFolder Class

The FileFolder class provides access to a collection of files or subdirectories on a specified file system folder or directory.

In JADE thin client mode, instances of the FileFolder class refer to folders on the presentation client when the FileNode class usePresentationFileSystem property is set to true and the instances are not shared transient instances.

Shared transient instances of the FileFolder class are always processed on the application server, and the setting of the usePresentationFileSystem property is ignored. For shared transient instances of the FileFolder class, the FileNode class usePresentationFileSystem property defaults to false. (A folder opened on one presentation client cannot be accessed by another client.)

For details about the property and methods defined in the FileFolder class, see "FileFolder Property" and "FileFolder Methods", in the following subsections.

FileNode

(None)