Solar_File::tmp()

static public string Solar_File::tmp ( string $file )

Returns the OS-specific directory for temporary files, with a file name appended.

Parameters

  • (string) $file: The file name to append to the temporary directory path.

Returns

  • (string) The temp directory and file name.

Description

Returns the OS-specific directory for temporary files, with a file name appended.



Local