All Downloads are FREE. Search and download functionalities are using the official Maven repository.

os.engine.internal.Home.scala Maven / Gradle / Ivy

The newest version!
// Copyright 2015 ~ Optersoft SL

package os.engine.internal

import os.io.Directory._

object Home {

  lazy val dir = UserHome / "engine"

  def apply(name: String) = dir / name

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy