How does one create directories in a given path on Windows using SAP Business Objects Designer 4.2 Script?
I got a Script with path that I'd like to create if it does not exist:
$My_Path = '\\\\localsrv\\source data\\post\\november'
My current network location only cosists of:
\\localsrv\source data\
And I would like to create subdirectories post
and post\november
within that location.