Sets the note associated with a specified folder.
0 |
String |
Folder Path |
The path to the folder in question. |
1 |
Edit Text |
Notes |
The text to place in the note field. |
2 |
Boolean |
Append?(FALSE = Overwrite) |
Append text following existing text notes |
None.
SUCCESS |
The folder notes were set successfully. |
FAILURE |
The folder was not found. |
A folder path is specified by separating folder names by one or two colons. For example, A::B::C refers to the folder “C” within the parent “B”, which itself is in a parent folder “A”. A:B:C would have the same effect.