I need to access the local path of pdf documents that are stored in the repository for use in a Workflow script activity. I have previously been able to find the path by combining information stored in sql tables and breaking apart the edoc_storeid into sequential 2 digit path sections followed by the edoc_storeid (padded with leading 0's to 8 digits). It looks like when the files are written to the repository for this client (version 10.2.1.953). The paths aren't parsed the same way as they had been in the past - My query is returning d:\Laserfiche Repository\DEFAULT\DEFAULT000000\00\00\0B\00000BB4.PDF when the path is actually d:\Laserfiche Repository\DEFAULT\DEFAULT000000\e00\00\0B\00000BB4.PDF. The e00 is throwing the logic off because I am expecting two characters/digits not three.
I am hoping a developer and/or programmer can tell me if the pattern changed that LF is using to store files in the local repository.