Suite.js Documentation

Introduction


Getting Started

• Downloading & Installing
• Running
Examples


Technical Support


Functions

Cryptography
• hashSHA256
• hmacSHA256
• hashSHA512
• hmacSHA512
• hashMD5
• hmacMD5

File System
fileExists
fileRead
fileWrite
folderExists
unzip
zip

Input / Output
beep
prompt
write
writeln

Networking
curlExecute
• nsapiExecute

Operating System
shellExecute

Text Encoding
base64Decode
base64Encode


Advanced Topics

File Paths

Suite.js has been designed to make referencing files as easy as possible. However, due to differences between the operating systems that Suite.js runs on, file paths can still be somewhat difficult to work with.

Suite.js supports both fully qualified and relative file paths.

Both fully qualified and relative paths are supported when Suite.js is executed and the source file is specified.

When a relative path is referenced within a JavaScript source file (such as when a file is being read using the fileRead function or included), it is evaluated relative to the source file itself.

To reference the path of the source file that is being interpreted, you can refer to the "sourceFile" attribute of the Suite.js info object.

Suite.js provides two functions that can be helpful when troubleshooting and attempting to prevent path-related issues: fileExists and folderExists.

© Copyright 2025 Tim Dietrich. | Legal Info