gnome-vfs links



Hello, sory my bad english

Sample
I want create link in my vfs to directory other vfs.

my_vfs:///sample/link -> file:///usr/share/tmp

where file:///usr/share/tmp - directory

And gnomevfs-ls my_vfs:///sample/link => listing file:///usr/share/tmp
do_get_file_info(){
....How?
file_info->symlink_name=file:///usr/share/tmp;
file_info->flags=symlink_flas;
file_info->type=directory;
file_info->myme_type=?

}

How?









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