ansys.mapdl.core.Mapdl.mkdir#
- Mapdl.mkdir(dir_='', **kwargs)#
Creates a directory.
Mechanical APDL Command: /MKDIR
- Parameters:
- dir_
str
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.
- dir_
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 create (248 characters maximum on Linux; 233 on Windows). If no path isprovided, it will be created in the current working directory. Must be a valid name (and path) for the system you are working on.
Creates a directory on the computer Mechanical APDL is currently running on.