安卓系统 文件夹名 长度的问题

版权声明:本文为博主原创文章,未经博主允许不得转载 https://blog.csdn.net/hnlgzb/article/details/88997618
    private void createNewFolder(String path,String name) {
        File file=new File(path,name);
        Log.i("hhh","name.length--:"+name.length()+"--path length:"+file.getAbsolutePath().length());

上面几组长度 都是可以创建的,没有试下去了。。。感觉没必要了。。。如果有哪个傻子,真要这样做,就去做吧。。。。

猜你喜欢

转载自blog.csdn.net/hnlgzb/article/details/88997618