Library.setFilename

Set the library file name based on the output directory and the filename. Add default library file name extension.

class Library
final
void
setFilename
(
const(char)[] dir
,
const(char)[] filename
)

Parameters

dir const(char)[]

path to file

filename const(char)[]

name of file relative to dir

Suggestion Box / Bug Report