Share and folder path |
\\SERVER_NAME\share_name C:\sharefolder |
Path of folder that is to be excluded |
C:\sharefolder\excludefolder |
File/Folder or Regex Patterns |
Regex Patterns |
Syntax |
^C:\\sharefolder\\excludefolder\\[^\\]*\.[^\\]*$ |
What will get excluded |
- C:\sharefolder\excludefolder\file.txt
- C:\sharefolder\excludefolder\folder.withDot
|
What won''t get excluded |
- C:\sharefolder\excludefolder
- C:\sharefolder\excludefolder\folderWithoutDot
- C:\sharefolder\excludefolder\folderWithoutDot\subfolder
- C:\sharefolder\excludefolder\folderWithoutDot\testfile.txt
- C:\sharefolder\excludefolder\folder.withDot\subfolder
- C:\sharefolder\excludefolder\folder.withDot\testfile.txt
|