class EL_DIR_PATH_OPERAND_COMMAND_I
Dir path operand command interface
note
description: "Dir path operand command interface"
author: "Finnian Reilly"
copyright: "Copyright (c) 2001-2022 Finnian Reilly"
contact: "finnian at eiffel hyphen loop dot com"
license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
date: "2022-11-15 19:56:06 GMT (Tuesday 15th November 2022)"
revision: "7"
deferred class
EL_DIR_PATH_OPERAND_COMMAND_I
inherit
EL_SINGLE_PATH_OPERAND_COMMAND_I
rename
path as dir_path,
set_path as set_dir_path
redefine
dir_path
end
feature -- Access
dir_path: DIR_PATH
end