Next:
Gnome2::VFS::Volume
Previous:
Gnome2::VFS::Resolve::Handle
 [Gtk2-Perl - Table of Contents][Gtk2-Perl - Index]

Gnome2::VFS::URI



NAME

Gnome2::VFS::URI

HIERARCHY

  Glib::Boxed
  +----Gnome2::VFS::URI

METHODS

uri = Gnome2::VFS::URI->new ($text_uri)

uri = $base->append_file_name ($filename)

uri = $base->append_path ($path)

uri = $base->append_string ($uri_fragment)

list = $source_uri->check_same_fs ($target_uri)

Returns a GnomeVFSResult and a boolean.

list = $uri->create ($open_mode, $exclusive, $perm)

Returns a GnomeVFSResult and a GnomeVFSHandle.

boolean = $a->equal ($b)

boolean = $uri->exists

string = $uri->extract_dirname

string = $uri->extract_short_name

string = $uri->extract_short_path_name

list = $uri->get_file_info ($options)

Returns a GnomeVFSResult and a GnomeVFSFileInfo.

result = $uri->set_file_info ($info, $mask)

string = $uri->get_fragment_identifier

boolean = $uri->has_parent

string = $uri->get_host_name

$uri->set_host_name ($host_name)

integer = $uri->get_host_port

$uri->set_host_port ($host_port)

boolean = $uri->is_local

boolean = $possible_parent->is_parent ($possible_child, $recursive)

list = Gnome2::VFS::URI->list_parse ($uri_list)

Returns a list of GnomeVFSURI's.

result = $uri->make_directory ($perm)

string = Gnome2::VFS::URI->make_full_from_relative ($base_uri, $relative_uri)

result = $old_uri->move ($new_uri, $force_replace)

list = $uri->open ($open_mode)

Returns a GnomeVFSResult and a GnomeVFSHandle.

uri = $uri->get_parent

string = $uri->get_password

$uri->set_password ($password)

string = $uri->get_path

result = $uri->remove_directory

uri = $base->resolve_relative ($relative_reference)

uri = $base->resolve_symbolic_link ($symbolic_link)

Since: vfs 2.16

string = $uri->get_scheme

string = $uri->to_string ($hide_options=GNOME_VFS_URI_HIDE_NONE)

result = $uri->truncate ($length)

result = $uri->unlink

string = $uri->get_user_name

$uri->set_user_name ($user_name)

ENUMS AND FLAGS

flags Gnome2::VFS::FileInfoOptions

flags Gnome2::VFS::OpenMode

enum Gnome2::VFS::Result

flags Gnome2::VFS::SetFileInfoMask

flags Gnome2::VFS::URI::HideOptions

SEE ALSO

Gnome2::VFS, Glib::Boxed

COPYRIGHT

Copyright (C) 2003-2007 by the gtk2-perl team.

This software is licensed under the LGPL. See Gnome2::VFS for a full notice.


[Top] Generated by Marek::Pod::HTML 0.49 on Wed Dec 16 22:59:28 2009