Directory - ViiSE/papka GitHub Wiki

Directory

Interface:

public interface Directory<T> {
    T name();
}

Methods

T name() - return name of this directory.

Implementations

CurrentDirectory - directory where the program is being executed.
ExampleDirectory - test directory (papka/example).

Description

Directory allows you to get the name of the required directory and use it to form a further file name, searching, and so on.

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