class FileSystem (View source)

Provides file system functions.

Methods

static string|false
getOsTemporaryDirectory()

Discovers a writable system-appropriate temporary directory.

Details

static string|false getOsTemporaryDirectory()

Discovers a writable system-appropriate temporary directory.

Return Value

string|false

A string containing the path to the temporary directory, or FALSE if no suitable temporary directory can be found.