I am trying to sync only full .mkv files from a directory and ignore any files or folders with Sample in the name but I seem to be only sycning sample files and ignoring the full file. Here's my filter statement, what am I missing here?
<!>Sample<!>;<!>sample<!>;*.mkv
filter options not seeming to work
Re: filter options not seeming to work
Please try the following patten:
<!>*Sample*.*;*.mkv
<!>*Sample*.*;*.mkv
Re: filter options not seeming to work
Hi RiseFly, what's that pattern supposed to do exactly?
Re: filter options not seeming to work
Here is the help document about the pattern filtering in a folder:
http://www.risefly.com/help/filetype.htm
The mean of filtering pattern "<!>*Sample*.*;*.mkv" is:
Synchronize all the .mkv files, but exclude files that contains "Sample" in it file name.
http://www.risefly.com/help/filetype.htm
The mean of filtering pattern "<!>*Sample*.*;*.mkv" is:
Synchronize all the .mkv files, but exclude files that contains "Sample" in it file name.