Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: How to combile masks in .net transfer option

That depends on what are the actual values of the transOptions.FileMask and mask.Value.Trim.
Srikanth545

How to combile masks in .net transfer option

transOptions.FileMask = transOptions.FileMask & ";" & mask.Value.Trim & "*"
is not working, only the first mask is working