thepath

ThePath - easy way to work with paths and files

Members

Classes

PathException
class PathException

PathException - will be raise on failure on path (or file) operations

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.

Imports

SpanMode (from std.file)
public static import std.file : SpanMode;
Undocumented in source.

Structs

Path
struct Path

Main struct to work with paths.

Meta