omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Editorial Root Folder?

    Editorial
    3
    6
    3489
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • TutorialDoctor
      TutorialDoctor last edited by

      I used a shellista script to download a .zip file. I didn't know where it was stored in Editorial. I then checked the content of a particular directory and got a list of workflows. I also saw the zip. But where is it exactly? I also see other directories I created using a mkdir command.
      How do I delete these files?

      P.s. There were more workflow files than this above what I posted:

      FA23B5EB-3336-4DF0-BCF1-5ABBBCE5AF9C.wkflw (29.1 KB)

      FA72828A-AD0E-4E68-878C-CC606D3189E4.wkflw (52.1 KB)

      FA87AA01-66E3-4062-8B96-F9826DDF81C4.wkflw (2.6 KB)

      FAFF5D04-EE87-417B-B66E-78726EFA4E15.wkflw (51.3 KB)

      FB7B5162-9E9F-4CF9-9B4C-467D6CB91A1D.wkflw (3.1 KB)

      FC7A798E-A814-4383-B703-DBA8C1BB0729.wkflw (5.6 KB)

      FEF3172A-A048-4829-911F-904184FEDD70.wkflw (1010 bytes)

      FF02B353-943F-4A34-9F2F-3B1CE431B67E.wkflw (3.3 KB)

      FF580DEA-9202-4048-8148-CB245AB4D732.wkflw (507 bytes)
      Scratchpad.py (715 bytes)

      Scratchpad.pyui (278 bytes)

      custom.css (316 bytes)

      docverterin.txt (2.8 KB)

      feeds.db (16.0 KB)

      firstcss.en.html (30.3 KB)

      heel/

      littleRoomPublished.zip (6.1 MB)

      local-packages/

      temp/

      tng_warp4_clean.caf (346.0 KB)

      tng_warp_out4.caf (83.3 KB)

      workflow_action_tmp.py (39.8 KB)

      workflow_action_tmp.pyui (2.4 KB)

      1 Reply Last reply Reply Quote 0
      • peterh86
        peterh86 last edited by

        I use the scratchpad or a python script in a workflow to run short sequences of Python code to change and list directories, then delete files. I use os.chdir, os.getcwd, os.listdir and os.remove. It's not pythonistic but it gets the job done.

        Is this what you mean?

        1 Reply Last reply Reply Quote 0
        • TutorialDoctor
          TutorialDoctor last edited by

          Good tip, but where are these directories being stored? Could I access them by plugging my iPad to a laptop?

          1 Reply Last reply Reply Quote 0
          • peterh86
            peterh86 last edited by

            I'm not sure of all this, but here goes:

            The iPad drive has a top directory with subdirectories and subsubdirectories and so on, just like a Linux or windows hard drive partition. Each app has one of these subdirectories as its 'root' directory, plus whatever subsubdirectories it creates in there (to store its local files).

            I think that when you jailbreak an iPad you can have access to all of these directories.

            However, for an unjailbroken iPad, iOS restricts what an app can do outside its 'root' directory. IOS is based around apps, not around files like most other operating systems. This is why you need to 'open in' a file to allow another app to use it. So, the idea of plugging an iPad into a PC, as an external drive, and seeing all the directories in the iPad is foreign to iOS. I think that when you do this, you actually see your photos. All this is for security, and I'm pleased that it works like this.

            Maybe iTunes on a PC lets you see all directories, but I have never used this. Also, some iOS file-ttransfer apps let you see the app's file directory and any subdirectories on a PC. For example the app Documents uses WebDAV to present its directories on a PC, where you can read, copy and delete files on the iPad. But only Document's files.

            1 Reply Last reply Reply Quote 0
            • TutorialDoctor
              TutorialDoctor last edited by

              Ahh, Okay. Thank you. I think there is a desktop application that lets me see all contents of an app on an Ipad. Perhaps I can delete it using that..

              Thanks again.

              1 Reply Last reply Reply Quote 0
              • omz
                omz last edited by

                There are several desktop apps that allow you to view all folders of apps on your device, iMazing, PhoneView, or iExplorer for example.

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post
                Powered by NodeBB Forums | Contributors