INDEX
CLUSTER
FEATURES
SHORT
FRAMES
NO FRAMES
indexing
title:
"File system constants"
project:
"Visual Eiffel Library"
revision:
"$Revision: 1.1 $"
copyright:
"Copyright (C) 1996-2005 Object Tools Group"
license:
"http://visual-eiffel.com/license"
cluster:
pool
class
FILE_SYSTEM_CONSTANTS
feature
directory_separator
:
CHARACTER
directory_separator_string
:
STRING
-- String that separates components of a path
ensure
definition
:
Result
.
count
= 1
and then
Result
.
item
(1) =
directory_separator
end
-- class
FILE_SYSTEM_CONSTANTS
INDEX
CLUSTER
FEATURES
SHORT
FRAMES
NO FRAMES