Method ReadFile
ReadFile(string)
Main function to read the file
Declaration
public string ReadFile(string iesFilePath)
Parameters
Type | Name | Description |
---|---|---|
string | iesFilePath | The path to the IES File on disk. |
Returns
Type | Description |
---|---|
string | Return the error during the import otherwise null if no error |