context top-level property

Context context
final

The system path context.

This differs from a context created with Context.new in that its Context.current is always the current working directory, rather than being set once when the context is created.

Implementation

final Context context = createInternal();