No such file or directory
程序员文章站
2022-03-08 19:29:09
...
if (!file.exists()) {
try {
file.createNewFile();
} catch (Exception e) {
e.printStackTrace();
}
}
原因分析:
file.createNewFile();不能创建不存在文件目录,需要创建目录才创建文件
推荐阅读
-
怎么能知道XML对象中有几个一层的元素 simplexml_load_file()
-
nginx - php file not found
-
的值怎么初始化?">
javascript - 上传文件的值怎么初始化?
-
Could not load file or assembly 'Microsoft.SqlServer
-
Oracle数据备份过程中遇BUG_ORA-27054 NFS file system
-
jQuery中:file选择器用法实例教程
-
Apache启动错误Permission denied: httpd: could not open error log file解决方法
-
PHP file_exists问题杂谈_php技巧
-
PHP file_exists问题杂谈
-
jquery-file-upload 的php mysql插入有关问题