We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b092ad commit 13fc253Copy full SHA for 13fc253
lib/toolbox/path.h
@@ -30,6 +30,14 @@ void path_extract_basename(const char* path, string_t basename);
30
*/
31
void path_extract_dirname(const char* path, string_t dirname);
32
33
+/**
34
+ * @brief Extract all sub directory names after initial root directory
35
+ *
36
+ * @param path path string
37
+ * @param subdirname output string. Must be initialized before.
38
+ */
39
+void path_extract_subdirnames(const char* path, string_t subdirnames);
40
+
41
/**
42
* @brief Appends new component to path, adding path delimiter
43
*
0 commit comments