remove_folder_from_notepad(folder_id(folder_name), notepad_id(notepad_name))
Description
Removes a folder from the notepad view
Example
x=get_current_notepad_id()
msgbox(x)
remove_folder_from_notepad('Rules',x)
- This code snipet gets teh current notepad id and displays its value then removes the 'Rules' folder to the end of the notepad
- the cursor is then set at the top of the notepad
- Note: if the Rules folder is not part of the notepad then nothing will happen
Related Commands
get_current_notepad_id(),
add_folder_to_notepad()