gpt4 book ai didi

java - 如何在android中为FileOutputStream动态设置文件名?

转载 作者:行者123 更新时间:2023-11-30 01:50:16 27 4
gpt4 key购买 nike

我的要求是文件格式为 filename.extension(.png,.mp4.mp3,txt,.....etc)。
我想知道我该怎么做。

示例代码行:

 File extStore = Environment.getExternalStorageDirectory();

FileOutputStream fos = new FileOutputStream(extStore + "/Get_file/filename.jpg");

鉴于我的上述方法?

最佳答案

问题的答案:

File namefile= new File(newFile);
en_Name=namefile.getName();

*** //pass the file name to fileoutputstream//***

FileOutputStream fos = new FileOutputStream(extStore + "/folder/"+en_name);

我终于明白了...

关于java - 如何在android中为FileOutputStream动态设置文件名?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33163852/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com