bcooney Posted September 29, 2011 Posted September 29, 2011 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.
epeeler Posted October 3, 2011 Posted October 3, 2011 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.
Mark Hardee Posted October 4, 2011 Posted October 4, 2011 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?
bcooney Posted October 4, 2011 Author Posted October 4, 2011 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!
Recommended Posts
This topic is 4818 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now