• Increase font size
  • Default font size
  • Decrease font size
Home Software SysFunc Sysfunc Reference Guide - Temporary file management

Sysfunc Reference Guide - Temporary file management

E-mail Print
Read : 9,687 times
(1 vote, average 5.00 out of 5)
Article Index
Sysfunc Reference Guide
Configuration parameters
System database
Disk management
Error handling
File manipulation
Filesystems
IP V4 addresses
Kernel
Logical volume manager
Miscellaneous
Message display
User interaction
Network
OS
File backup
Software packages
Services
Time and date
Temporary file management
Users and groups
Vmware-specific
Function index
All Pages

get_tmp

Returns an unused temporary path

### This function is deprecated. Please use tmpfile or tmpdir instead

The returned path can then be used to create a directory or a file.

Arguments

None

Returns

Always 0

Displays

An unused temporary path

tmpdir

Creates an empty temporary dir and returns its path

Arguments

None

Returns

Always 0

Displays

Temporary dir path

tmpfile

Creates an empty temporary file and returns its path

Arguments

None

Returns

Always 0

Displays

Temporary file path

 

Please login or register to add a comment