./"checks if a certain person has write permission on a file

.DT
valid_write
Discworld driver help
valid_write

Name
.SI 5
valid_write - checks if a certain person has write permission on a file

.EI
Synopsis
.SI 5
int valid_write(string file, mixed user, string func);

.EI
Description
.SP 5 5
Every time a user tries to write a file, thie driver calls valid_write
in the master object to check if the write should be allowed.  The
arguments are the filename, the name of the person making the write, and
the calling function name.  If valid_write returns non-zero, the write is
allowed.

.EP
See also
.SI 5
valid_read(4)
.EI
