Folder Creation - Skipped Folders
dh1656 opened this issue · 2 comments
I am having an issue with Plaster skipping folders in the creation process. If I update the below lines to be something like tests123 or scrtest, the folders are created. When running Invoke-Plaster with these folders listed, Plaster is skipping over the folders with no errors.
<parameters> <parameter name='Name' type='text' prompt='New module name' /> </parameters> <content> <file source = '' destination = '${PLASTER_PARAM_Name}\tests' /> <file source = '' destination = '${PLASTER_PARAM_Name}\scr'/> </content>
I am still researching, but some of this appears to be due to the new module having an underscore in the name.
I was able to identify that all of my issues were caused by Ivanti File Director which is actively monitoring the location I was using as a destination.