MATLAB Runtime Server | ![]() ![]() |
Delete all P-files on the path and in the current directory
Syntax
Description
cleanp
deletes all files whose names end with .p
on the current MATLAB path and in the current directory. This includes the toolbox/runtime
directory if it is the current directory or on the path. This also includes private and class directories whose parent directories are either the current directory or on the MATLAB path. Use this command to remove P-files generated with the pcodeall
or pcode
command.
Caution
cleanp looks only at names, not contents, of files. Use caution if you have files other than MATLAB P-files that use a .p filename extension.
|
See Also
![]() | buildp | depdir | ![]() |