Skip to content
Snippets Groups Projects
Commit 46b29048 authored by tcarver's avatar tcarver
Browse files

change to readable()

parent 72dee6d1
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ public class ZipFileDocument extends FileDocument
public boolean readable()
{
if(getFile().exists() &&
getFile ().canWrite() &&
getFile ().canRead() &&
zipFile.getName().endsWith(".zip"))
{
if(containsEntry())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment