You are viewing limited content. For full access, please sign in.

Question

Question

Script to move file out of repository

asked on November 5, 2014

I am required to move an excel file out of the repository to a local folder on a monthly basis.  When I run the attached script, I get an error that the path contains illegal characters.  I have two questions on this:

1. Am I on the right path with the attached script?

2. Am I missing something obvious?

 

Thanks!

Capture.JPG
Capture.JPG (172.84 KB)
0 0

Replies

replied on November 5, 2014

File.Copy only works for files already on disk. %(FindEntry_OuputEntry_fullPath) is the location of the document in Laserfiche.

You need to export the document out of Laserfiche. For that you'll need to use an SDK Script activity instead of the plain Script.

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.