Re: gnome-vfs links



On Thu, 2004-04-22 at 09:40, Александр Алябушев wrote:
> 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?

This is not possible in the gnome-vfs API. symlinks are
per-host/uri-type.




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