Method SetBasePath
| Improve this Doc View SourceSetBasePath(String)
Sets the base path for the .env files.
Declaration
public IEnvLoader SetBasePath(string basePath)
Parameters
Type | Name | Description |
---|---|---|
String | basePath | The base path to set. |
Returns
Type | Description |
---|---|
IEnvLoader | An instance implementing the fluent interface. |
Implements
Exceptions
Type | Condition |
---|---|
ArgumentNullException |
|