Interface CurrentFolderContext

All Superinterfaces:
Context

public interface CurrentFolderContext extends Context

The context informing the module, working with AlgART arrays, about some current folder (usually a disk directory).

You can use this context, if your application works with different subdirectories, representing workplaces, projects or something like this. The typical goal is to provide information about the preferred disk path, where your functions should find necessary files.

This package does not provide implementations of this context.

Author:
Daniel Alievsky
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the path to the current folder.

    Methods inherited from interface net.algart.contexts.Context

    as, is
  • Method Details

    • getCurrentFolder

      String getCurrentFolder()
      Returns the path to the current folder.
      Returns:
      the current folder.