diff -r ec5387e121fa -r 146825d63b9a sources/filesystem.h --- a/sources/filesystem.h Wed Dec 10 19:26:13 2014 +0200 +++ b/sources/filesystem.h Thu Dec 11 05:58:55 2014 +0200 @@ -31,5 +31,9 @@ #pragma once #include "main.h" +// ------------------------------------------------------------------------------------------------- +// A variant of basename() which operates with Strings FUNCTION basename (String const& path) -> String; + +// A variant of dirname() which operates with Strings FUNCTION dirname (String const& path) -> String;