Create a metadata folder. More...
Go to the source code of this file.
This macro was inspired by Paul Homes who wrote an early version (mkdirmd.sas) in 2010. The original is described here: https://platformadmin.com/blogs/paul/2010/07/mkdirmd/
The macro will NOT create a new ROOT folder - not because it can't, but more because that is generally not something your administrator would like you to do!
The macro is idempotent - if you run it twice, it will only create a folder once.
usage:
mm_createfolder(path=/Tests/some folder)
path= | Name of the folder to create. |
mdebug= | set DBG to 1 to disable DEBUG messages |
Definition in file mm_createfolder.sas.