| iMatix home page | << | < | > | >> |
![]() Version 1.91 |
#include "sflfile.h" Bool file_is_writeable ( const char *filename)
Returns TRUE if the current process can write the specified file or directory. The filename may end in a slash (/ or \).
{ ASSERT (filename); return ((file_mode (clean path (filename)) & S_IWRITE) != 0); }
| << | < | > | >> |
![]() |