Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 519 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 519 Bytes

path

is a simple file path library for Carp.

Installation

Usage

The Path module mostly operates on String arguments. It allows you to split, join, and merge paths and extensions in a lot of different ways. It also has some functions to work with the PATH environment variable.

It assumes either Windows or POSIX-style separators.

Look at the documentation for more information.


Have fun!