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)

Related Commands

get_current_notepad_id(),get_folder_id(), get_folder_name()