cwd

QNX SDP8.0PLMS User's GuideAPIConfigurationDeveloper

Format

cwd = "directory"

Description

The cwd keyword represents the directory to switch into when launching the process. This directory becomes the process's working directory. If the directory path provided is a relative path, the process’s working directory will be that path relative to the initial working directory plms started with.

Example

cwd = "/root/data"

Multiplicity

Zero or one instance in a task block.

Constraint

The cwd value is evaluated during the runtime of the component. If cwd is specified in a task, then the task must have one of the exec*() functions so that cwd is used at run time.

Page updated: