1Gnome2::VFS::FileInfo(3U)ser Contributed Perl DocumentatiGonnome2::VFS::FileInfo(3)
2
3
4
6 Gnome2::VFS::FileInfo
7
9 fileinfo = Gnome2::VFS::FileInfo->new ($hash_ref)
10
11 * $hash_ref (scalar)
12
13 Creates a new GnomeVFSFileInfo object from hash_ref for use with
14 Gnome2::VFS::FileInfo::matches, for example. Normally, you can
15 always directly use a hash reference if you're asked for a
16 GnomeVFSFileInfo.
17
18 boolean = $a->matches ($b)
19
20 * $b (Gnome2::VFS::FileInfo)
21
22 string = $info->get_mime_type
23
25 Gnome2::VFS
26
28 Copyright (C) 2003-2007 by the gtk2-perl team.
29
30 This software is licensed under the LGPL. See Gnome2::VFS for a full
31 notice.
32
33
34
35perl v5.8.8 2007-10-24 Gnome2::VFS::FileInfo(3)