From 4f4171d4f33a18c73e20b07a893d14af48dc104d Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Sun, 13 Aug 2023 16:15:25 -0700 Subject: [PATCH] Toolkit OS-Lib tutorial: small addition fixes #2883 --- _overviews/toolkit/os-what-else.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_overviews/toolkit/os-what-else.md b/_overviews/toolkit/os-what-else.md index 167154084..886db4c81 100644 --- a/_overviews/toolkit/os-what-else.md +++ b/_overviews/toolkit/os-what-else.md @@ -13,6 +13,7 @@ next-page: json-intro - creating, moving, copying, removing files and folders, - reading filesystem metadata and permissions, - spawning subprocesses, -- watching changes in folders. +- watching changes in folders, +- interoperating with `java.io.File` and `java.nio.Path`. See also Chapter 7 of Li Haoyi's book [_Hands-On Scala Programming_](https://www.handsonscala.com). (Li Haoyi is the author of OS-Lib.)