• Downloading & Installing
• Running
• Examples
Cryptography
• hashSHA256
• hmacSHA256
• hashSHA512
• hmacSHA512
• hashMD5
• hmacMD5
File System
• fileExists
• fileRead
• fileWrite
• folderExists
• unzip
• zip
Networking
• curlExecute
• nsapiExecute
Operating System
• shellExecute
Text Encoding
• base64Decode
• base64Encode
Utilities
• abort / halt / quit
• info
• infoRefresh
• sleep
• stringIndent
• uuidGenerate
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.
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