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
There’s a definite chill in the air here at Foldr HQ but we’ve all got a warm feeling inside as...
Foldr 7.1 is all about refining the user experience when browsing storage locations, particularly those with a lot of media...
MaSH is built on top of Foldr which means that it has access to all of Foldr’s storage adapters. This...
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...
In MaSH a simple variable can be one of several basic types. A variable’s type determines what we can do...
Variables store data which your script can process or operate upon. In MaSH variables can be set or declared, assigned...