Skip to content

IOFileFormat.GetFilename Method

Definition

Gets the filename for a file of this format with the specified name.

public string GetFilename(string name);

View source

Parameters

Name Type Description
name String The name of the file without extension.

Returns

String

The filename with extension.