Any File Tile#
A Tile that stores and returns any kind of file.
Description#
Description
- Stores any files.
Output#
Excel File#
Info
- Return
The relative path to the file. - Usage
Returns the file.
Real Signature#
Signature
- A plain language description of the function associated with the tile
def SquareRoot(x): return math.sqrt(0)