Delete (Command Line)

Removes files and projects from the database, and marks them as deleted. For definitions of the command options, see Command Options in this Help system.

Note

After deletion, items still exist and can be recovered using the Recover command.

Syntax

ss Delete <items> [-H] [-I-] [-N] [-O] [-S] [-Y] [-?]

Project Rights

You must have the Add/Rename/Delete project right to use this command.

Remarks

After you have deleted a file from a project, you cannot delete another file with the same name from the same project. If you delete file Trash.c from a project, then add a new file called Trash.c to the project, that is all right. However, trying to delete Trash.c again is not allowed.

Examples

Deletes the file Test.c from the project $/PRJ:

ss Delete $/PRJ/TEST.C

Deletes the project $/PRJ:

ss Delete $/PRJ

Deletes all the files in the current project:

ss Delete *.*

See Also

Other Resources

Command Line Commands
Command Options