I have an application that uses an image converting util. In order for the util to work it requires 4 config files.
I have added these files as fileresources (saving myself the trouble of having to manually copy the files to all clients)
My question is: How can I access these fileresources in LS so I can copy them to the clients harddrive? I have tried NotesNoteCollection without any luck (or maybe I just haven’t understood it fully :o) )
I thought file resources were only used for design purposes. (Meaning LS can not access them only the designer clients.)
I know you can take what you have done and put those 4 config files in a notes document document (attach them into a rich text field). Once attached you can access them via LotusScript and copy to the client desktops.
I would attach the files in a document (perhaps a profile document). You can write code to save the attachments on the client machine. It is useful to include a way to update the files if you ever need to change them.