GLXShell.plugins.builtins.cd module¶
- class GLXShell.plugins.builtins.cd.GLXCd[source]¶
Bases:
CommandSet- property can_continue¶
The
workingproperty is use as control during the 9 steps of the posix sequenceDefault: True
- Returns
True if any step can be operate
- Return type
bool
- property curpath¶
curpathrepresents an intermediate value used to simplify the description of the algorithm used by cd.- Returns
value used to simplify the description
- Return type
str or None
- property directory¶
An absolute or relative pathname of the directory that shall become the new working directory.
- Returns
directory that shall become the new working directory
- Return type
str or None
- property logical¶
The
logicalproperty is use as control during the 9 steps of the posix sequenceDefault: False
- Returns
True if handle the operand dot-dot logically
- Return type
bool
- property physical¶
The
physicalproperty is use as control during the 9 steps of the posix sequenceDefault: False
- Returns
True if handle the operand dot-dot physically
- Return type
bool