import (im)

Description

Use the import command to add projects (such as .ppf) to an existing application.

When using this command to add a project, these project files are supported:

  • AppScan® Source project files (.ppf).
  • Microsoft Visual Studio C/C++ (.vcproj)
  • Microsoft Visual Studio C# (.csproj)
  • Microsoft Visual Studio Visual Basic (.vbproj)
  • Xcode projects (.xcodeproj)

When importing projects, wildcard characters may be used in place of actual file names and/or file extensions, and you may specify an additional argument to indicate if all projects under the specified directory should be imported (recursive import).

Syntax

import path [true|false]
  • The number of arguments varies depending on the type of the imported object.
  • path: Complete path of the imported object.
  • true or false: Optional. Include or omit subdirectories. The default is false (omit subdirectories).

Example

AllApplications\testit>> import c:\testapps\java\webgoat\*.ppf
AllApplications\testit>> ls
23942: webgoat (Project [local])