Main Content

matlab.project.deleteProject

Stop folder management and delete project definition files

Since R2019b

Description

example

matlab.project.deleteProject(path) stops managing the specified folder with a project and deletes all files generated when you created or made changes to the project. Use this command to delete the project (*.prj) file and project definition files stored in the resources/project folder. The project no longer manages the folder. All other files remain intact.

Examples

collapse all

Stop managing the specified folder with a project and delete all related project definitions files. See Project Definition Files.

matlab.project.deleteProject("C:\work\myprojectname");

Input Arguments

collapse all

Project path, specified as a character vector or string scalar.

Version History

Introduced in R2019b