Registry / utility / better-files-2-12

better-files-2-12

JSON →
library3.9.2javamavenunverified

A simple, safe, and intuitive I/O library for Scala, providing a rich API for file and directory operations.

<dependency> <groupId>com.github.pathikrit</groupId> <artifactId>better-files_2.12</artifactId> <version>3.9.2</version> </dependency>
INSTALL
IMPORT
SIG · BETTER-FILES-2-12
B
better-files-2-12
utilityjavav3.9.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

File
better.files.File

Creates a file, writes content, and reads it back using Better Files.

import better.files._ val file = File("/tmp/example.txt") file.overwrite("Hello, World!") println(file.contentAsString)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.9.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Meta
1
Amazon
1
Resources
better-files-2-12 — mvn dependency:get better-files-2-12 · libregistry