more gnome-vfs questions



I tried to execute a gnome_vfs_make_directory (where xxx
is my new driver)

> if ((result=gnome_vfs_make_directory ("/tmp/t.efs#xxx:/", 0644))) {
>  SR ("make directory failed");
> }

This invokes the do_make_directory method in the new driver,
but with

uri->parent->text is NULL
and uri->text is "/"

I think uri->parent->text should be /tmp/t.efs instead?
 
 
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]