baseName - multiple declarations
- Function baseName
- Alias baseName
Function baseName
Like std.path.baseName
, but operates on Path.
Prototypes
Path baseName( Path path ) pure @trusted; Path baseName(std.path.CaseSensitive cs)( Path path, in string suffix ) pure @safe;
Alias baseName
Alias of same-named function from std.path
Declaration
alias baseName() = std. path. baseName
;
Authors
Nick Sabalausky
Copyright
Copyright (C) 2014-2016 Nick Sabalausky
License
zlib/libpng