libigl v2.5.0
Loading...
Searching...
No Matches
is_writable.h File Reference
#include "igl_inline.h"
#include "is_writable.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

bool igl::is_writable (const char *filename)
 Check if a file exists and is writable like PHP's is_writable function: http://www.php.net/manual/en/function.is-writable.php.