The Folder content is dynamic as the number of files inside it varies. User may add new files as and when required.
Can anyone share me the Template or provide me the workaround for it.
Thanks
The Folder content is dynamic as the number of files inside it varies. User may add new files as and when required.
Can anyone share me the Template or provide me the workaround for it.
Thanks
Hey
please check similar post, this topic is already solver many times
Basically you will retrieve an array of files using
Directory.GetFiles(strPath)
then pass each item to a transaction item that will be string type
Regards
I have figured out the solution.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.