我想使用java浏览器组件,假设它是由类JWebPane在jdk 7(javax.net包)中存在但是找不到它.
需要检查我使用的文件/目录的权限
//filePath = path of file/directory access denied by user ( in windows )
File file = new File(filePath);
file.canWrite();
file.canRead();
file.canExecute();
Run Code Online (Sandbox Code Playgroud)
所有三个都返回true但无法删除任何文件/目录