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
Type: const(char)*

path to file

filename
Type: const(char)*

name of file relative to dir

Meta