C++ FAT32 Access

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rob

    C++ FAT32 Access

    Hi,

    Does anyone have any idea of any API that exists, or functions that
    others have created to find out the start cluster address of any
    particular file on a FAT32 formatted disc.
    I dont mind using linux to do this, as i presume windows would never
    allow low level access to the disc like this.

    Thanks
    RR
  • Christopher Benson-Manica

    #2
    Re: C++ FAT32 Access

    Rob <robriglar@hotm ail.com> spoke thus:
    [color=blue]
    > Does anyone have any idea of any API that exists, or functions that
    > others have created to find out the start cluster address of any
    > particular file on a FAT32 formatted disc.
    > I dont mind using linux to do this, as i presume windows would never
    > allow low level access to the disc like this.[/color]

    (If such a thing exists, it isn't on-topic here.)

    Your post is off-topic for comp.lang.c++. Please visit




    for posting guidelines and frequently asked questions. Thank you.

    --
    Christopher Benson-Manica | I *should* know what I'm talking about - if I
    ataru(at)cybers pace.org | don't, I need to know. Flames welcome.

    Comment

    Working...