September 29, 201114 yr Is it possible to feed a UNC path to our shared NAS drive to the CreateFolder module? Although I receive a "1" success, I do not see the folder.
October 3, 201114 yr It doesn't appear to do so out of the box. You could certainly try to modify the code yourself to do so. I get a java error when I try it myself.
October 4, 201114 yr It doesn't appear to do so out of the box. You could certainly try to modify the code yourself to do so. I get a java error when I try it myself. Seems as if I remember a unique way that JavaScript must see a UNC... something to the effect that the UNC must start with 2 "\\" as the first one is an escape character? Might be worth a shot?
October 4, 201114 yr Author Yep. I used Matt Petrowsky's CF to convert a FM path to an OS path, and it removed the first "\", and so pre-pending a "\" got it to work. Plus, I was up against some write permission issues at the same time. However, it is now working!
Create an account or sign in to comment