vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Function GenericPath.endsWithSlash

Determines whether the path ends with a path separator (i.e. represents a folder specifically).

bool endsWithSlash() const nothrow @nogc @property;

void endsWithSlash (
  bool v
) nothrow @property;
Authors

Sönke Ludwig

Copyright

© 2012-2018 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.