File Directory Php

if ( is_writable( "data.txt" ) ) {
  print "data.txt is writable";
}
?>