How can you change a directory and all it's sub directories to NOT be read-only? For some reason my application keeps setting them all to read-only when I load it
read-only? For some reason my application keeps setting them all to
read-only when I load it.
From command prompt , you can do "attrib c:\temp1\* /S /D" . The /S option
does recursively for subfolders and the /D option processes folders as well.
--
Adrian Mascarenhas, Developer Division
This posting is provided "AS IS" with no warranties, and confers no rights.
Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.