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.
module that contains exceptions generated by thepath lib
This module defines Path - the main structure that represent's highlevel interface to paths
Utility functions to work with paths
See Source File
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.