Os - ViiSE/papka GitHub Wiki

Os

Interface:

public interface Os {
    String root();
    Separator separator();
    FoldersFile<String, String> foldersFile();
}

Methods

String root() - root folder of OS.
Separator separator() - separator of OS.
FoldersFile<String, String> foldersFile() - foldersFile of OS.

Implementations

OsUnixLike - Unix-like OS.
OsWindows - Windows OS.

Description

Os used when searching for files and folders in the file system.

⚠️ **GitHub.com Fallback** ⚠️