sargon.path.setext

This module is used to manipulate _path strings.

Members

Functions

setExt
auto setExt(R1 path, R2 ext)

Algorithm that accepts a _path as an InputRange and a file extension as an InputRange, and returns an InputRange that produces a char string containing the _path given by path, but where the extension has been set to ext.

Meta

Source

See Source File
$(SARGONSRC src/sargon/_path/_setext.d)

Authors

Lars Tandle Kyllingstad, Walter Bright, Grzegorz Adam Hankiewicz, Thomas Kühne, Andrei Alexandrescu