Gobo Eiffel Kernel Library
Copyright (c) 2001, Eric Bezault and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2005/08/03 21:35:47 $
$Revision: 1.9 $
-- Routines that ought to be in class ANY
-- (From KL_IMPORTED_ANY_ROUTINES)
-- Routines that ought to be in class STRING
-- (From KL_IMPORTED_STRING_ROUTINES)
-- Drive of pathname if present,
-- Void otherwise
-- (From KI_PATHNAME)
-- Hostname of pathname if present,
-- Void otherwise
-- (for example, with UNC we can have: \\hostname\sharename)
-- (From KI_PATHNAME)
-- Pathname component at i-th position
-- (From KI_PATHNAME)
-- Sharename of pathname if present,
-- Void otherwise
-- (for example, with UNC we can have: \\hostname\sharename)
-- (From KI_PATHNAME)
-- Is current pathname considered equal to other?
-- (From ANY)
-- Is current pathname considered equal to other?
-- (From KI_PATHNAME)
-- Is pathname canonical?
-- (A pathname is canonical if it has no parent directory
-- component except at leading positions, and no current
-- directory component except when it is the only component
-- and the pathname is relative.)
-- (From KI_PATHNAME)
-- Is component at i-th position the
-- relative current directory name?
-- (From KI_PATHNAME)
-- Is component at i-th position the
-- relative parent directory name?
-- (From KI_PATHNAME)
-- Is pathname a relative pathname?
-- (From KI_PATHNAME)
-- Append current directory to pathname.
-- Clone of current object
-- (From KL_CLONABLE)
-- Components in pathname
Pathnames