Question Peter Branagan · Apr 10, 2018 How can I create a directory on a network shared drive from a business operation Hi All,I have a line of mumps code that creates a folder on a network shared drive.Example:d ##class($Library.File).CreateDirectory("\\share\folder\newfolder")If I run this line of code from a cache terminal window it works fine and creates the folder without problems.However If I create a very simple business operation in a production in the same namespace that simply runs this one line of code then the code fails. #Business Operation #Ensemble 0 4 0 1.6K