Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 686 Bytes

File metadata and controls

21 lines (15 loc) · 686 Bytes
title Working with files and processes with OS-Lib
type chapter
description The introduction of the OS-lib library
num 10
languages
ru
previous-page testing-what-else
next-page 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" %}