Ok, so in windows the normal reserved characters are as follows:
- < (less than)
- > (greater than)
- : (colon)
- " (double quote)
- / (forward slash)
- \ (backslash)
- | (vertical bar or pipe)
- ? (question mark)
- * (asterisk)
So is there any more that shouldn't be in a folder or filename inside Laserfiche? I know a few of these are ok in Laserfiche but I wouldn't want to confuse a user trying to export.
I'm using the following in the replace field of a substitution on Quickfields to make sure the initial naming doesn't have any of those restricted characters (because it's being OCR'd in agent).
\\|\||<|\>|\:|\?|\*|"|/
I simply replace all of these with a _
Anything I might be missing?