Added vfs_path_tokens_count() and vfs_path_tokens_get() functions
commit133cf183b5e76407373f527f6a9fb170ac468915
authorSlava Zanko <slavazanko@gmail.com>
Sun, 31 Jul 2011 20:44:15 +0000 (31 23:44 +0300)
committerSlava Zanko <slavazanko@gmail.com>
Sun, 22 Apr 2012 07:31:51 +0000 (22 10:31 +0300)
tree0e3caa1546674e1e18c3ff192a50f4be17a041c1
parent4267c04b69316698c97b634b39f61be9ef1f6aaa
Added vfs_path_tokens_count() and vfs_path_tokens_get() functions

...for easy work with vfs_path_t tokens.

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
lib/vfs/path.c
lib/vfs/path.h
tests/lib/vfs/Makefile.am
tests/lib/vfs/path_manipulations.c [new file with mode: 0644]