Removing Read only Attribute

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • varsha desai
    New Member
    • Mar 2007
    • 7

    #1

    Removing Read only Attribute

    Hello there!

    I am creating folder runtime(with the help of FileSystemObjec t) and immediately after that I want to copy some files in this folder runtime. But this folder get's created with write protection means I am seeing Read only Attribute has been checked so I am not able to copy files in this folder runtime. Could anybody tell me how to uncheck the read only attribute of folder runtime?
  • vijaydiwakar
    Contributor
    • Feb 2007
    • 579

    #2
    Originally posted by varsha desai
    Hello there!

    I am creating folder runtime(with the help of FileSystemObjec t) and immediately after that I want to copy some files in this folder runtime. But this folder get's created with write protection means I am seeing Read only Attribute has been checked so I am not able to copy files in this folder runtime. Could anybody tell me how to uncheck the read only attribute of folder runtime?
    hi versha try 2 use setattribute

    Comment

    Working...