const char *get_abs_path() const;Returns the absolute pathname for the specified entry.
os_unixtime_t get_creation_time() const;Returns the creation time for the specified entry.
const char *get_group_name() const;Returns the name of the primary group for the specified entry.
const char *get_link_host() const;Returns the name of the host for the target of the link represented by the specified entry. If the entry does not represent a link, 0 is returned.
const char *get_link_path() const;Returns the pathname of the target of the link represented by the specified entry. If the entry does not represent a link, 0 is returned.
os_unsigned_int32 get_n_sectors() const;Returns the number of sectors in the specified entry.
const char *get_name() const;Returns the terminal component of the pathname for the specified entry.
os_unsigned_int32 get_permission() const;Returns a bit-wise disjunction representing the permissions on the specified entry.
const char *get_server_host() const;Returns the name of the host for the specified entry.
os_int32 get_type() const;Returns an enumerator indicating whether the specified entry represents a directory, database, or link. One of the following enumerators is returned:
const char *get_user_name() const;Returns the name of the user for the specified entry.
os_boolean is_db() const;Returns nonzero if the specified entry represents a database; returns 0 otherwise.
os_boolean is_dir() const;Returns nonzero if the specified entry represents a directory; returns 0 otherwise.
os_boolean is_link() const;Returns nonzero if the specified entry represents a link; returns 0 otherwise.
os_rawfs_entry &operator =(const os_rawfs_entry&);Modifies the left operand so that it is a copy of the right operand. The copy behaves just like the original with respect to the member functions of os_rawfs_entry.
os_rawfs_entry(const os_rawfs_entry&);Creates an os_rawfs_entry that is a copy of the specified os_rawfs_entry. The copy behaves just like the original with respect to the member functions of the class os_rawfs_entry.
~os_rawfs_entry();Frees storage associated with the specified os_rawfs_entry.
Updated: 03/31/98 17:25:09