Resources

You can find the following options on the RDP Profile Editor's 'Resources' tab:

The settings.ini configuration file can be found on this path:

C:\ProgramData\Cybele Software\Thinfinity\Workspace\DB\settings.ini

Inside the ini file, create an [AutoDownload] section and use the 'Exclusion' key with the values that you want to exclude using Glob Expression Syntax (standard DOS mode), separated by the "|" char. You can also use the regular expression notation to indicate which files to exclude, except for the single pipe character, which is reserved for Thinfinity® Remote Workspace to notice separation between exclusion rules. Use the double pipe character, instead, within the regex for the "or" operator.

Take a look at the following example. Notice the use of ":" at the beginning of the jpg exclusion rule and the double pipe to note that files starting with the letter a or the letter b will be excluded.

[AutoDownload]
Exclusion=*.tmp|~$*.*|:^.*\.jpg$|^[a||b].*$

Last updated