Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

get_temp_dir()

Description

Determines where the tmp directory is. There are three options here:
1. tempdir - If set in config.php, use this value.
2. storagedir ."/tmp" - If storagedir is set in config.php, use it and create a subfolder tmp.
3. generate default path - use filestore/tmp if all other attempts fail.
4. if a uniqid is provided, create a folder within tmp and return the full path

Parameters

ColumnTypeDefaultDescription
$asUrl bool false - If we want the return to be like http://my.resourcespace.install/path set this as true.
$uniqid ""

Return

string Path to the tmp directory.

This article was last updated 19th March 2024 09:05 Europe/London time based on the source file dated 11th March 2024 11:40 Europe/London time.