AdaptableFileConfig.this

class AdaptableFileConfig(For, Adapter)
this
(
string path
)
if (
isConfigAdapterFor!(Adapter, For) &&
isCopyable!For
)

Parameters

path string

The file path to store the configuration file at. This can be relative or absolute.

Throws

Exception if the given path is invalid, after being converted into an absolute path.

Meta