Show TOC

REMOVELocate this document in the navigation structure

Use

Removes files and folder from the local file system. The state of these objects on the server is unchanged. In case the file is changeable, the remove command will not remove it in order to prevent losing changes made locally in the file.

Syntax

Syntax

REMOVE <folderItemPath>

Arguments

<folderItemPath>

The folder to remove.

Description

Removes the specified folder item from the local file system. Takes the path (local or remote) as an argument. Wild characters are accepted.

If a folder item is writable then it will not be removed. Non empty folder will not be removed from the file system too.

Example

To remove the file a.java from the local file system only, execute:

remove a.java