Home > @infiniteobjects/ffmpeg > appendToFileName
Appends the given string to a filename
Signature:
export declare function appendToFileName(fileName: string, append: string, ext?: string): string;
| Parameter | Type | Description |
|---|---|---|
| fileName | string | |
| append | string | |
| ext | string | (Optional) |
Returns:
string