mkdir#
- Mapdl.mkdir(dir_='', **kwargs)#
Creates a directory.
APDL Command: /MKDIR
- Parameters:
- dir_
The directory to create (248 characters maximum on Linux; 233 on Windows). If no path is provided, it will be created in the current working directory. Must be a valid name (and path) for the system you are working on.
Notes
It is recommended to just use
os.mkdir
Creates a directory on the computer ANSYS is currently running on.