indexing
description: "Internal file information"
status: "See notice at end of class"
date: "$Date$"
revision: "$Revision$"
class interface
UNIX_FILE_INFO
create
make
feature
make
feature
access_date: INTEGER
buffered_file_info: SPECIAL [CHARACTER]
TO_SPECIAL
change_date: INTEGER
date: INTEGER
device: INTEGER
device_type: INTEGER
file_name: STRING
group_id: INTEGER
group_name: STRING
inode: INTEGER
links: INTEGER
owner_name: STRING
protection: INTEGER
size: INTEGER
type: INTEGER
user_id: INTEGER
feature
is_access_executable: BOOLEAN
is_access_owner: BOOLEAN
is_access_readable: BOOLEAN
is_access_writable: BOOLEAN
is_block: BOOLEAN
is_character: BOOLEAN
is_device: BOOLEAN
is_directory: BOOLEAN
is_executable: BOOLEAN
is_fifo: BOOLEAN
is_owner: BOOLEAN
is_plain: BOOLEAN
is_readable: BOOLEAN
is_setgid: BOOLEAN
is_setuid: BOOLEAN
is_socket: BOOLEAN
is_sticky: BOOLEAN
is_symlink: BOOLEAN
is_writable: BOOLEAN
feature
update (f_name: STRING)
f_name
invariant
ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)
indexing
library: "[
EiffelBase: Library of reusable components for Eiffel.
]"
status: "[
Copyright 1986-2001 Interactive Software Engineering (ISE).
For ISE customers the original versions are an ISE product
covered by the ISE Eiffel license and support agreements.
]"
license: "[
EiffelBase may now be used by anyone as FREE SOFTWARE to
develop any product, public-domain or commercial, without
payment to ISE, under the terms of the ISE Free Eiffel Library
License (IFELL) at http://eiffel.com/products/base/license.html.
]"
source: "[
Interactive Software Engineering Inc.
ISE Building
360 Storke Road, Goleta, CA 93117 USA
Telephone 805-685-1006, Fax 805-685-6869
Electronic mail <info@eiffel.com>
Customer support http://support.eiffel.com
]"
info: "[
For latest info see award-winning pages: http://eiffel.com
]"
end -- UNIX_FILE_INFO