You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On windows, _mkdir is used to create directories. But _mkdir can only create one subdir at a time.
If a TemplatedCustomNamer needs to create several new paths (existing: "d:\whatever", needed: "d:\whatever\tests\mytest\approval"), it will fail with an exception.
The text was updated successfully, but these errors were encountered:
On windows, _mkdir is used to create directories. But _mkdir can only create one subdir at a time. If a TemplatedCustomNamer needs to create several new paths (existing: "d:\whatever", needed: "d:\whatever\tests\mytest\approval"), it will fail with an exception.
Please supply some sample code for us to use. Thank you.
On windows, _mkdir is used to create directories. But _mkdir can only create one subdir at a time.
If a TemplatedCustomNamer needs to create several new paths (existing: "d:\whatever", needed: "d:\whatever\tests\mytest\approval"), it will fail with an exception.
The text was updated successfully, but these errors were encountered: