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: file mask in .net

Replace TransferOptions = ("*.mdb") with new TransferOptions { FileMask = "*.mdb" }
shay

file mask in .net

hi,
i wanted to filter specific files like *.mdb how do i write the syntax
session.SynchronizeDirectories(SynchronizationMode.Local, "C:\projects\holon", "/holon/test/", False, True, SynchronizationCriteria.Time, TransferOptions = ("*.mdb"))