I am exporting documents from GW to files and want to preserve the folder structure from GW in the file structure.
I try:
MyOneDocVersion = MyOneDoc.CurrentVersion
MyOneDocVersion.CopyOut(FN)
This does export the file fine, but how can I find the GW-folder of the document?
I tried also running through the GW Folder Structure and getting the message with the MessageID. How would I get the actual file when having the MessageID of a message?
Your help is appreciated!
Beat
I try:
MyOneDocVersion = MyOneDoc.CurrentVersion
MyOneDocVersion.CopyOut(FN)
This does export the file fine, but how can I find the GW-folder of the document?
I tried also running through the GW Folder Structure and getting the message with the MessageID. How would I get the actual file when having the MessageID of a message?
Your help is appreciated!
Beat