matlab.project.deleteProject - Stop folder management and delete project definition files - MATLAB (original) (raw)
Main Content
Stop folder management and delete project definition files
Syntax
Description
matlab.project.deleteProject([path](#mw%5F19264065-f9c9-4e3d-8b28-150b95db3d6b))
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 theresources/project
folder. The project no longer manages the folder. All other files remain intact.
Examples
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
Project path, specified as a character vector or string scalar.
Version History
Introduced in R2019b