Package java.io
Class File

Public Method canWrite

boolean canWrite()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Tests whether the application can modify to the file denoted by this abstract pathname.

Returns true if and only if the file system actually contains a file denoted by this abstract pathname and the application is allowed to write to the file; false otherwise.