User`s guide

Table Of Contents
User Commands 4–61
User Commands
flcd
flcd
The flcd command displays or changes the current working directory or drive.
Format
flcd [drive_pathname]
Parameters
drive_pathname
Specifies the new drive and working directory.
Description
The flcd command allows you to change the current working directory for the
current drive. It can also be used to switch to a different default drive. If no
parameters are specified, then the default drive and working directory are displayed.
Drives are specified by using the letters A through Z. The path is a list of
subdirectories separated by a slash (/) for DIGITAL UNIX users or a backslash (\)
for DOS users. The top-level directory (known as the root directory) is represented
by a slash (/) or backslash (\). A path can be an absolute or relative path. An absolute
path begins with the root directory, whereas a relative path begins with the current
working directory.
Subdirectory entries also contain two special entries that can be used to specify a
path. One period (.) represents the current directory and two periods (..) represent the
directory above the current level.