thepath.utils

Utility functions to work with paths

Members

Functions

createTempDirectory
string createTempDirectory(string prefix)
string createTempDirectory(string path, string prefix)

Create temporary directory Note, that caller is responsible to remove created directory. The temp directory will be created inside specified path.

createTempPath
Path createTempPath(string prefix)
Path createTempPath(string path, string prefix)
Path createTempPath(Path path, string prefix)

Create temporary directory Note, that caller is responsible to remove created directory. The temp directory will be created inside specified path.

Meta