omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. cnaeger

    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.


    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    cnaeger

    @cnaeger

    0
    Reputation
    212
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    cnaeger Unfollow Follow

    Latest posts made by cnaeger

    • Accessing files in IOS Files App

      I am having trouble accessing files located in the IOS Files app. I have read many of the threads but must be missing something.

      Example:

      I went to the External Files section and added the top level folder that contained both a txt file, images and videos.

      The top level folder is called ‘myFiles’.

      Once added I assumed I would be able to open the file ‘email.txt’ as one of the following:

      fh = open(‘email.txt’). Ie. It would used myFiles directory as part of a search path. Or

      fh = open(‘myFiles/email.txt’) and also tried fh = open(‘/myFiles/email.txt’)

      Thanks,
      Chad

      posted in Pythonista
      cnaeger
      cnaeger