Skip to main content
Open topic with navigation CAPL Functions » ISO11783 » ISO11783 Node Layer » Iso11783FSSetPath

Iso11783FSSetPath

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783FSSetPath( char path[] );

Description

This function sets the root directory for the FS file functions of the node layer.

Parameters

  • path: Root directory for all FS file functions. The directory must exist. The path can be absolute or relative to the configuration file.

Return Values

0 or error code

Example

Iso11783FSSetPath("FSRoot");