Package net.algart.contexts
Interface CurrentFolderContext
- All Superinterfaces:
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 TypeMethodDescriptionReturns the path to the current folder.
-
Method Details
-
getCurrentFolder
String getCurrentFolder()Returns the path to the current folder.- Returns:
- the current folder.
-