Skip to content

Commit 06f95b3

Browse files
authored
Merge pull request #2894 from ControlSystemStudio/CSSTUDIO-2036
Added file path recommendation in help doc
2 parents 46aaaec + 76450a6 commit 06f95b3

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

app/display/editor/doc/widgets_properties.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,14 @@ is ``$(pv_name)\n$(pv_value)``. In case a PV is not defined by the user for such
2626
anything useful. In such cases user should consider to change the tool tip property value, or set it to an empty value.
2727

2828
An 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.

0 commit comments

Comments
 (0)