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.
- Log in to the application.
- Create a notebook.
- Create script by using the operating system library.
- Use
os.remove(), os.listdir()
by providing the path that is outside the scope of FTPSHARE. - The above operations will be run successfully.