usePresentationFileSystem

Type: Boolean

The usePresentationFileSystem property of the FileNode class specifies whether methods for the receiver are processed on the application server or presentation client when the application is running in JADE thin client mode.

If you are not running in JADE thin client mode, the property value has no effect.

For non‑shared transient instances when running in JADE thin client mode, the usePresentationFileSystem property defaults to true. Set it to false to cause the file system where the application server is running to be used when running the application in JADE thin client mode. Any change to this property is ignored if the file has already been opened.

Shared transient instances of the File and FileFolder class are always processed on the application server, regardless of the setting of this property. (For shared transient instances of these classes, the usePresentationFileSystem property defaults to false. A file or a folder opened on one presentation client cannot be accessed by another client.)