Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

[c++] creating a custom file Attribute in windows??

Options
  • 06-10-2008 10:02am
    #1
    Closed Accounts Posts: 225 ✭✭


    hey,
    having a bit of a problem finding info on this - i want to create a custom file Attribute for files in c++. this attribute would be similar to the readonly attribute that all windows files have except it doesnt need a Ui and can be got and set using c++. i dont need to make it available when Rightclicking -> properties, i just need c++ ability to get and set.

    i cant seem to find any info on this - anyone got any idea??

    cheers,
    mark


Comments

  • Registered Users Posts: 1,996 ✭✭✭lynchie




  • Closed Accounts Posts: 225 ✭✭marktsang


    hi lychie,
    thanks for the reply -
    unfortunatley thats a bit over my head
    i couldnt get it to compile - im using dev-c++ i dont have vs

    if im not mistaken you have to create the file when added the attributes?
    i want to add the attributes to existing files

    is there a simpler way to do this?

    thanks,
    mark


Advertisement