Create temporary directory Note, that caller is responsible to remove created directory. The temp directory will be created inside specified path.
prefix to be used in name of temp directory. Default: "tmp"
string, representing path to created temporary directory
PathException in case of error
See Implementation
Create temporary directory Note, that caller is responsible to remove created directory. The temp directory will be created inside specified path.