Create Paragraphs in Model Studio Notebooks

When logged in to the OFS MMG application, the operating system and similar libraries can be used to view/edit/delete the files that are outside the FTPSHARE or workspace bounded path.

  1. Log in to the application.
  2. Create a notebook.
  3. Create script by using the operating system library.
  4. Use os.remove(), os.listdir() by providing the path that is outside the scope of FTPSHARE.
  5. The above operations will be run successfully.