thepath

ThePath - easy way to work with paths and files

Yet another attempt to implement high-level object-oriented interface to manage path and files in D. Inspired by Python's pathlib and D port of pathlib but implementing it in different way.

Modules

exception
module thepath.exception

module that contains exceptions generated by thepath lib

path
module thepath.path

This module defines Path - the main structure that represent's highlevel interface to paths

utils
module thepath.utils

Utility functions to work with paths

Members

Imports

Path (from thepath.path)
public import thepath.path : Path;
Undocumented in source.
PathException (from thepath.exception)
public import thepath.exception : PathException;
Undocumented in source.
createTempDirectory (from thepath.utils)
public import thepath.utils : createTempDirectory, createTempPath;
Undocumented in source.
createTempPath (from thepath.utils)
public import thepath.utils : createTempDirectory, createTempPath;
Undocumented in source.

Meta