Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 686 Bytes

os-intro.md

File metadata and controls

21 lines (15 loc) · 686 Bytes
title type description num languages previous-page next-page
Working with files and processes with OS-Lib
chapter
The introduction of the OS-lib library
10
ru
testing-what-else
os-read-directory

OS-Lib is a library for manipulating files and processes. It is part of the Scala Toolkit.

OS-Lib aims to replace the java.nio.file and java.lang.ProcessBuilder APIs. You should not need to use any underlying Java APIs directly.

OS-lib also aims to supplant the older scala.io and scala.sys APIs in the Scala standard library.

OS-Lib has no dependencies.

All of OS-Lib is in the os.* namespace.

{% include markdown.html path="_markdown/install-os-lib.md" %}