File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -26,4 +26,14 @@ is ``$(pv_name)\n$(pv_value)``. In case a PV is not defined by the user for such
2626anything useful. In such cases user should consider to change the tool tip property value, or set it to an empty value.
2727
2828An empty tool tip property will suppress rendering of a widget tool tip, even if the value for the tool tip text is
29- set by a rule.
29+ set by a rule.
30+
31+ File Property
32+ -------------
33+
34+ Some widget use a File property to identify a resource, local or remote. If such a reference is a local file, then
35+ user is advised to use relative a path as an absolute
36+ path may not be portable between hosts, in particular not between Windows and Linux/Mac hosts.
37+
38+ File paths may be specified using both forward slash (/) or backslash (\\ ) as path separator as both will work interchangeably
39+ between Windows and Linux/Mac.
You can’t perform that action at this time.
0 commit comments