ConfigureDirectory

Denotes a TorOption as implementing the ConfigurableContract which declares that the TorOption uses a File argument which points to a directory location, and is available to be configured when supplied one.

TorOption that implement ConfigureDirectory will always contain the TorOption.Attribute.DIRECTORY attribute.

NOTE: Provided File is always sanitized for the resulting TorSetting using File.absoluteFile + File.normalize.

See also

Inheritors