- indexing
- description: "The objects available from the operating system"
- title: "EiffelBase: library of reusable components for Eiffel. ", "Based on EiffelBase library for ISE Eiffel, ", "used with permission. "
- project: "EiffelBase Library"
- copyright: "(c) 1986-1997 Interactive Software Engineering Inc. ", "Modifications and extensions: ", "(c) 1997 Object Tools ", "All rights reserved. Duplication and distribution prohibited", "May be used only with Visual Eiffel under terms of user ", "license "
- cluster: eiffelbase
class OPERATING_ENVIRONMENT
- feature
-
Directory_separator: CHARACTER
-
frozen Current_directory_name_representation: STRING
-
home_directory_supported: BOOLEAN
-
root_directory_supported: BOOLEAN
-
case_sensitive_path_names: BOOLEAN
end -- class OPERATING_ENVIRONMENT