setUseUploadTempDirectory() setUseUploadTempDirectory(boolean $useUploadTempDir = FALSE) Set the flag indicating whether the File Upload Temp directory should be used for temporary files Parameters boolean $useUploadTempDir Use File Upload Temporary directory (true or false)
getUseUploadTempDirectory() getUseUploadTempDirectory() : boolean Get the flag indicating whether the File Upload Temp directory should be used for temporary files Returns boolean — Use File Upload Temporary directory (true or false)
file_exists() file_exists(string $pFilename) : boolean Verify if a file exists Parameters string $pFilename Filename Returns boolean
realpath() realpath(string $pFilename) : string Returns canonicalized absolute pathname, also for ZIP archives Parameters string $pFilename Returns string