How do I change the "read only" on a picture that I want to renam.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to change the name on several pictures but I get the "read only"
and doesn't allow me to make any changes. How can I correct that?

Thank you for your help.
 
Are you trying to do this in code in Access? If so, try the Dir, GetAttr,
and SetAttr VBA commands. There is more information in the Help file on
these.

If you're trying to do this from Windows Explorer, select the desired
file(s), right click, choose Properties, and clear the Read Only check box.

If you're trying to do this from a Dos prompt, use the Attrib command. For
more information type Attrib /?.
 
Thank you for your response. thes are pictures that were saved on Windows My
Pictures. Is there a different way of doing so? Once again, thank you for
your help.
 
Is there a different way of doing so?

Different way of what? Saving the picture or removing the read-only
attribute?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top