svn_fs_is_dir
svn_fs_is_dir
Determines if a path points to a directory
bool **svn_fs_is_dir** resource $root string $path
Determines if the given path points to a directory.
root
path
Returns true if the path points to a directory, false otherwise.