This page explains the Filesystem Adapter in Bridge context. If you were looking for the same information regarding the PAS Designer, refer to Filesystem Adapter in the Designer guide.

Parameters of Action "remove"

The adapter call does not return any values. If the specified file does not exist, the adapter call will

  • Runtime 2020.9 silently ignore this starting with runtime version 2020.9
  • Runtimes before 2020.09 raise exception FSADSM/23

Defining a "remove" Action

To remove a file with the file system adapter, you need to define a remove action on an action having the stereotype <<FileSystemAdapter>>. You can do this manually (refer to Figure: The Specification Dialog of the File System Adapter) or with the help of the xUML Action Wizard (see context menu of the action node).

Figure: Removing a File Statically

The path and file name of the file you want to delete are defined in the component diagram.