Access Foldr from anywhere
Move your business forward with Foldr
Click here to download
Click here to visit the App Store
Click here to visit the Play Store
Who are Foldr?
Need help? Get in touch
Foldr can provide thumbnails for common image formats and PDFs to users in the web, iOS and Mac apps. This...
When requesting techincal support with Foldr, it may be useful for the support team to know how various aspects of...
Foldr server update 7.1.0.10 (Sept 2023) includes a new grid / gallery view for the web app. This allows larger...
MaSH is built on top of Foldr which means that it has access to all of Foldr’s storage adapters. This...
Foldr supports presenting Wasabi cloud storage to users and multiple Wasabi buckets may be presented alongside other storage types if...
Regular expressions are patterns used to match character combinations in strings. In MaSH we can use regular expressions to perform...
At some point your script will encounter an error. It could be a failed HTTP request or an attempt to...
Objects in MaSH are used to store related data. Data is stored in key/value pairs and… hang on, this sounds...
A block is a named portion of your code. Blocks allow you to organise your code into smaller chunks which...
Imagine that we want our script to print out a message five times. We could write:- This is perfectly valid...
You will often want to change the flow or outcome of your script based on a condition or series of...
MaSH can perform standard arithmetic operations. Operators can also be chained together. They follow normal order of operations and you...