Skip to main content
1-Visitor
April 24, 2018
Solved

Function to create folders and subfolders

  • April 24, 2018
  • 1 reply
  • 1368 views

Hello, I have the following question: does Mathcad have any functions to create folders and subfolders?

I have to write many Excel files in folders and subfolders that do not exist. I generate the Excel files but I do not know how to create the folders.

I work with Mathcad 3.1 and Windows 7.

Best answer by Fred_Kohlhepp

In Prime 3.0, you can write EXCEL files into directories that exist, but you cannot create a new folder using a path name.

 

So by string manipulation you could write multiple files, but you cannot create folders.

1 reply

23-Emerald I
April 24, 2018

In Prime 3.0, you can write EXCEL files into directories that exist, but you cannot create a new folder using a path name.

 

So by string manipulation you could write multiple files, but you cannot create folders.