Directory - ViiSE/papka GitHub Wiki
public interface Directory<T> {
T name();
}
T name() - return name of this directory.
CurrentDirectory - directory where the program is being executed.
ExampleDirectory - test directory (papka/example).
Directory
allows you to get the name of the required directory and use it to form a further file name, searching, and so on.