add_folder_to_notepad(folder_id(folder_name), notepad_id(notepad_name))
Description
adds a folder to a notepad
may use the folder name or id or the notepad name or id
Example
x=get_current_notepad_id()
add_folder_to_notepad('Rules',x)
- The cursor remains at the item where the command was issued, it is not repositioned.
- This code snipet gets teh current notepad id and displays its value then adds the 'Rules' folder to the end of the notepad
Related Commands
get_current_notepad_id(),
get_folder_id(),
get_folder_name()