slamdata/scala-pathy

Name: scala-pathy

Owner: SlamData, Inc.

Description: A type-safe abstraction for platform-independent file system paths.

Created: 2015-07-01 21:25:53.0

Updated: 2017-12-25 07:35:06.0

Pushed: 2017-12-18 20:07:21.0

Homepage: null

Size: 108

Language: Scala

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Build Status

pathy

A type-safe abstraction for platform-independent file system paths.

Ported from purescript-pathy.

Example
fullPath = rootDir </> dir("baz") </> file("foo.png")

See the examples file for more.

Getting Started
Installation

pathy is cross-built against Scala 2.10.x and 2.11.x.

If you're using SBT, add the following to your build file

aryDependencies += "com.slamdata" %% "pathy" % "0.0.1-SNAPSHOT"
Usage

The following imports will bring all types and operations into scope

rt pathy._, Path._

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.