Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 4818 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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.

Posted

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.

Posted

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?

Posted

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!

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.