CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: file attributes

  1. #1
    Join Date
    Jul 2001
    Posts
    11

    file attributes

    i need to know if a file is ReadOnly or not

    i 've found out how i can set this attribute
    but i don't know how i can find out if the file is ReadOnly.

    please help!

    thx


  2. #2
    Join Date
    Aug 2001
    Location
    Norway
    Posts
    115

    Re: file attributes

    Declare an object to the file and check it's attributes.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured