Unverified Commit d3c6974e authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update os.h

parent 12710818
...@@ -93,7 +93,7 @@ void wstr_to_utf8buf(wstring_view_t wstr, memory_buf_t &target); ...@@ -93,7 +93,7 @@ void wstr_to_utf8buf(wstring_view_t wstr, memory_buf_t &target);
// "abc/file" => "abc" // "abc/file" => "abc"
// "abc/" => "abc" // "abc/" => "abc"
// "abc" => "" // "abc" => ""
// "abc///" => "abc" // "abc///" => "abc//"
filename_t dir_name(filename_t path); filename_t dir_name(filename_t path);
// Create a dir from the given path. // Create a dir from the given path.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment