ansys.mapdl.core.Mapdl.rmdir#

Mapdl.rmdir(dir_='', **kwargs)#

Removes (deletes) a directory.

Mechanical APDL Command: /RMDIR

Parameters:
dir_str

The directory to remove. If no path is provided, it will be assumed to be in the current working directory. All files in the directory are also removed.

Notes

Warning

This function contains specificities regarding the argument definitions. Please refer to the command documentation for further explanations.

Argument Descriptions * Dir - The directory to remove. If no path is provided, it will be assumed to be in the current

working directory. All files in the directory are also removed.

Removes a directory on the computer on which Mechanical APDL is currently running. No warning or prompt is given, so use with extreme caution.