JADE Environment Development Ideas

What's new in the upcoming JADE release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED SECURITY. SMOOTHER INTEGRATION

The JADE 2022 release meets tomorrow’s business demands.


Start your update to JADE's latest release

Implement FileNode::exists

Currently, FileNode::isAvailable tells me if the file exists AND can be opened with the requested mode. This can be a trap if I forget to set file mode to Mode_Input and the file is readonly, as it returns false even though the file exists.

It would be nice if there were a method that simply tells me if the file exists. It should take usePresentationFileSystem into consideration as well, to be useful for thin clients.

  • John Porter
  • Aug 10 2023
  • Needs review
  • Attach files