This forum is closed. Thank you for your contributions.
in my application i used this code " filter.FileNameIncludes.Add(".ics");" because i want to sync just that files from another device, but when i choose the folder to sync, the application sync all the subfolders.
How can i just sync the (.ics)?
Hello dafernandez,
Have you tried "*.ics"? See if that works.
Thanks,
Patrick