Shop OBEX P1 Docs P2 Docs Learn Events
SD Card Directories — Parallax Forums

SD Card Directories

PhilldapillPhilldapill Posts: 1,283
edited 2009-05-25 05:50 in Propeller 1
I'm using FemtoBasic, and the whole package on the obex. I'd like to be able to read/write to files in different directories on my SD Card, but I'm having trouble understanding how to do it - if it's even possible.

How can you do this?

Comments

  • virtuPICvirtuPIC Posts: 193
    edited 2009-05-25 05:50
    Well, seems that you have to write the code by yourself. Even fsrw seems to support only the root directory. But it's not difficult. FAT16 file systems are rather simple as I remember from my Atari ST times long ago... FAT32 is not much different if you don't need to support long file names.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Airspace V - international hangar flying!
    www.airspace-v.com/ggadgets for tools & toys
Sign In or Register to comment.