Method ReadEntryLocations
ReadEntryLocations(string)
Reads the location of each locale entry from the specified .dir file, and returns them in an array.
Declaration
public static LocaleEntryLocation[] ReadEntryLocations(string localeDirPath)
Parameters
| Type | Name | Description |
|---|---|---|
| string | localeDirPath | The path to the locale .dir file. |
Returns
| Type | Description |
|---|---|
| LocaleEntryLocation[] | An array of locale entry locations. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException |