Gnome2::VFS::Directory man page on Ubuntu

Man page or keyword search:  
man Server   6591 pages
apropos Keyword Search (all sections)
Output format
Ubuntu logo
[printable version]

Gnome2::VFS::DirectoryUser)Contributed Perl DocumenGnome2::VFS::Directory(3pm)

NAME
       Gnome2::VFS::Directory - represents a directory

METHODS
   list = Gnome2::VFS::Directory->list_load ($text_uri, $options)
       ·   $text_uri (string)

       ·   $options (Gnome2::VFS::FileInfoOptions)

       Returns a GnomeVFSResult and the GnomeVFSFileInfo's corresponding to
       the directory's content.

   list = Gnome2::VFS::Directory->open ($text_uri, $options)
       ·   $text_uri (string)

       ·   $options (Gnome2::VFS::FileInfoOptions)

       Returns a GnomeVFSResult and a GnomeVFSDirectoryHandle.

   list = Gnome2::VFS::Directory->open_from_uri ($uri, $options)
       ·   $uri (Gnome2::VFS::URI)

       ·   $options (Gnome2::VFS::FileInfoOptions)

       Returns a GnomeVFSResult and a GnomeVFSDirectoryHandle.

   result = Gnome2::VFS::Directory->visit ($uri, $info_options,
       $visit_options, $func, $data=undef)
       ·   $uri (string)

       ·   $info_options (Gnome2::VFS::FileInfoOptions)

       ·   $visit_options (Gnome2::VFS::DirectoryVisitOptions)

       ·   $func (scalar)

       ·   $data (scalar)

   result = Gnome2::VFS::Directory->visit_files ($text_uri, $file_ref,
       $info_options, $visit_options, $func, $data=undef)
       ·   $text_uri (string)

       ·   $file_ref (scalar)

       ·   $info_options (Gnome2::VFS::FileInfoOptions)

       ·   $visit_options (Gnome2::VFS::DirectoryVisitOptions)

       ·   $func (scalar)

       ·   $data (scalar)

   result = Gnome2::VFS::Directory->visit_files_at_uri ($uri, $file_ref,
       $info_options, $visit_options, $func, $data=undef)
       ·   $uri (Gnome2::VFS::URI)

       ·   $file_ref (scalar)

       ·   $info_options (Gnome2::VFS::FileInfoOptions)

       ·   $visit_options (Gnome2::VFS::DirectoryVisitOptions)

       ·   $func (scalar)

       ·   $data (scalar)

   result = Gnome2::VFS::Directory->visit_uri ($uri, $info_options,
       $visit_options, $func, $data=undef)
       ·   $uri (Gnome2::VFS::URI)

       ·   $info_options (Gnome2::VFS::FileInfoOptions)

       ·   $visit_options (Gnome2::VFS::DirectoryVisitOptions)

       ·   $func (scalar)

       ·   $data (scalar)

ENUMS AND FLAGS
   flags Gnome2::VFS::DirectoryVisitOptions
       ·   'default' / 'GNOME_VFS_DIRECTORY_VISIT_DEFAULT'

       ·   'samefs' / 'GNOME_VFS_DIRECTORY_VISIT_SAMEFS'

       ·   'loopcheck' / 'GNOME_VFS_DIRECTORY_VISIT_LOOPCHECK'

       ·   'ignore-recurse-error' /
	   'GNOME_VFS_DIRECTORY_VISIT_IGNORE_RECURSE_ERROR'

   flags Gnome2::VFS::FileInfoOptions
       ·   'default' / 'GNOME_VFS_FILE_INFO_DEFAULT'

       ·   'get-mime-type' / 'GNOME_VFS_FILE_INFO_GET_MIME_TYPE'

       ·   'force-fast-mime-type' / 'GNOME_VFS_FILE_INFO_FORCE_FAST_MIME_TYPE'

       ·   'force-slow-mime-type' / 'GNOME_VFS_FILE_INFO_FORCE_SLOW_MIME_TYPE'

       ·   'follow-links' / 'GNOME_VFS_FILE_INFO_FOLLOW_LINKS'

       ·   'get-access-rights' / 'GNOME_VFS_FILE_INFO_GET_ACCESS_RIGHTS'

       ·   'name-only' / 'GNOME_VFS_FILE_INFO_NAME_ONLY'

       ·   'get-acl' / 'GNOME_VFS_FILE_INFO_GET_ACL'

       ·   'get-selinux-context' / 'GNOME_VFS_FILE_INFO_GET_SELINUX_CONTEXT'

   enum Gnome2::VFS::Result
       ·   'ok' / 'GNOME_VFS_OK'

       ·   'error-not-found' / 'GNOME_VFS_ERROR_NOT_FOUND'

       ·   'error-generic' / 'GNOME_VFS_ERROR_GENERIC'

       ·   'error-internal' / 'GNOME_VFS_ERROR_INTERNAL'

       ·   'error-bad-parameters' / 'GNOME_VFS_ERROR_BAD_PARAMETERS'

       ·   'error-not-supported' / 'GNOME_VFS_ERROR_NOT_SUPPORTED'

       ·   'error-io' / 'GNOME_VFS_ERROR_IO'

       ·   'error-corrupted-data' / 'GNOME_VFS_ERROR_CORRUPTED_DATA'

       ·   'error-wrong-format' / 'GNOME_VFS_ERROR_WRONG_FORMAT'

       ·   'error-bad-file' / 'GNOME_VFS_ERROR_BAD_FILE'

       ·   'error-too-big' / 'GNOME_VFS_ERROR_TOO_BIG'

       ·   'error-no-space' / 'GNOME_VFS_ERROR_NO_SPACE'

       ·   'error-read-only' / 'GNOME_VFS_ERROR_READ_ONLY'

       ·   'error-invalid-uri' / 'GNOME_VFS_ERROR_INVALID_URI'

       ·   'error-not-open' / 'GNOME_VFS_ERROR_NOT_OPEN'

       ·   'error-invalid-open-mode' / 'GNOME_VFS_ERROR_INVALID_OPEN_MODE'

       ·   'error-access-denied' / 'GNOME_VFS_ERROR_ACCESS_DENIED'

       ·   'error-too-many-open-files' / 'GNOME_VFS_ERROR_TOO_MANY_OPEN_FILES'

       ·   'error-eof' / 'GNOME_VFS_ERROR_EOF'

       ·   'error-not-a-directory' / 'GNOME_VFS_ERROR_NOT_A_DIRECTORY'

       ·   'error-in-progress' / 'GNOME_VFS_ERROR_IN_PROGRESS'

       ·   'error-interrupted' / 'GNOME_VFS_ERROR_INTERRUPTED'

       ·   'error-file-exists' / 'GNOME_VFS_ERROR_FILE_EXISTS'

       ·   'error-loop' / 'GNOME_VFS_ERROR_LOOP'

       ·   'error-not-permitted' / 'GNOME_VFS_ERROR_NOT_PERMITTED'

       ·   'error-is-directory' / 'GNOME_VFS_ERROR_IS_DIRECTORY'

       ·   'error-no-memory' / 'GNOME_VFS_ERROR_NO_MEMORY'

       ·   'error-host-not-found' / 'GNOME_VFS_ERROR_HOST_NOT_FOUND'

       ·   'error-invalid-host-name' / 'GNOME_VFS_ERROR_INVALID_HOST_NAME'

       ·   'error-host-has-no-address' / 'GNOME_VFS_ERROR_HOST_HAS_NO_ADDRESS'

       ·   'error-login-failed' / 'GNOME_VFS_ERROR_LOGIN_FAILED'

       ·   'error-cancelled' / 'GNOME_VFS_ERROR_CANCELLED'

       ·   'error-directory-busy' / 'GNOME_VFS_ERROR_DIRECTORY_BUSY'

       ·   'error-directory-not-empty' / 'GNOME_VFS_ERROR_DIRECTORY_NOT_EMPTY'

       ·   'error-too-many-links' / 'GNOME_VFS_ERROR_TOO_MANY_LINKS'

       ·   'error-read-only-file-system' /
	   'GNOME_VFS_ERROR_READ_ONLY_FILE_SYSTEM'

       ·   'error-not-same-file-system' /
	   'GNOME_VFS_ERROR_NOT_SAME_FILE_SYSTEM'

       ·   'error-name-too-long' / 'GNOME_VFS_ERROR_NAME_TOO_LONG'

       ·   'error-service-not-available' /
	   'GNOME_VFS_ERROR_SERVICE_NOT_AVAILABLE'

       ·   'error-service-obsolete' / 'GNOME_VFS_ERROR_SERVICE_OBSOLETE'

       ·   'error-protocol-error' / 'GNOME_VFS_ERROR_PROTOCOL_ERROR'

       ·   'error-no-master-browser' / 'GNOME_VFS_ERROR_NO_MASTER_BROWSER'

       ·   'error-no-default' / 'GNOME_VFS_ERROR_NO_DEFAULT'

       ·   'error-no-handler' / 'GNOME_VFS_ERROR_NO_HANDLER'

       ·   'error-parse' / 'GNOME_VFS_ERROR_PARSE'

       ·   'error-launch' / 'GNOME_VFS_ERROR_LAUNCH'

       ·   'error-timeout' / 'GNOME_VFS_ERROR_TIMEOUT'

       ·   'error-nameserver' / 'GNOME_VFS_ERROR_NAMESERVER'

       ·   'error-locked' / 'GNOME_VFS_ERROR_LOCKED'

       ·   'error-deprecated-function' / 'GNOME_VFS_ERROR_DEPRECATED_FUNCTION'

       ·   'error-invalid-filename' / 'GNOME_VFS_ERROR_INVALID_FILENAME'

       ·   'error-not-a-symbolic-link' / 'GNOME_VFS_ERROR_NOT_A_SYMBOLIC_LINK'

       ·   'num-errors' / 'GNOME_VFS_NUM_ERRORS'

SEE ALSO
       Gnome2::VFS

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

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

perl v5.10.1			  2010-03-06	   Gnome2::VFS::Directory(3pm)
[top]

List of man pages available for Ubuntu

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net