TF++, Miscellaneous classes and modules in C++:

◆ writable()

bool tfxx::file::writable ( const char *  path)

true if the file is writable

true if the file is writable.

Definition at line 82 of file filestatus.cc.

Referenced by testfile().

83  {
84  bool retval=(access(path, W_OK)==0);
85  return(retval);
86  } // bool writable(const char* path)
Here is the caller graph for this function: