is_readonly
Description:
public bool is_readonly ()
Returns whether the file is read-only.
If the [property@File:location] is null, returns false.
To have an up-to-date value, you must first call [method@File.check_file_on_disk].
Parameters:
Returns:
whether the file is read-only.
|