IOFileFormat.GetFilename Method
Definition
Gets the filename for a file of this format with the specified name.
public string GetFilename(string name);
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | The name of the file without extension. |
Returns
The filename with extension.