rmdir#

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

Removes (deletes) a directory.

APDL Command: /RMDIR

Parameters:
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.

Notes

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