Is there a standard way to change file permissions?

G

Gavin Deane

Hello C people.
I couldn't find this in the FAQ, so ...

The remove function returns non-zero if it fails. My compiler
documentation also says that if remove failed because the file is
read-only, errno is set to EACCESS.

Question 1
Is that value and meaning of errno standard?

Question 2
If so, is there a standard way of changing the file's permissions so
it is not read only and I can remove it? I suspect not but I'd like to
be sure.

TIA
GJD
 

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

Members online

No members online now.

Forum statistics

Threads
474,444
Messages
2,571,709
Members
48,796
Latest member
Greg L.
Top