Method AddEnvFiles
| Improve this Doc View SourceAddEnvFiles(String[])
Adds the .env files in a collection.
Declaration
IEnvLoader AddEnvFiles(params string[] paths)
Parameters
| Type | Name | Description |
|---|---|---|
| String[] | paths | The .env files paths to add. |
Returns
| Type | Description |
|---|---|
| IEnvLoader | An instance implementing the fluent interface. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException |
|
| ArgumentException | The length of the |