IFileSyncScopeFilter::SetFilenameExcludes

Gets the collection of file names to exclude from the scope.


HRESULT SetFilenameExcludes(
  LPCWSTR pcszFilenameExcludes);

pcszFilenameExcludes

[in, string] The semicolon-delimited list of file names to exclude from the scope. When this value is the empty string, "", no files are excluded.

Wildcards (* and ?) can be used in file names.

The file names in pszFilenameExcludes are evaluated by using the PathMatchSpec function. Directories are not evaluated against this exclusion list.

Show: