티스토리 뷰

공부

[kotlin] make file

승가비 2023. 11. 11. 16:55
728x90

 

File tempFile = new File(
    "/tmp/",
    fileName
);


https://stackoverflow.com/questions/48096609/create-temp-file-with-specific-name/77464295#77464295

 

Create Temp File with specific name

I need to create Temp File with specific name without Random Number and if there are no solutions, How can I rename the generate file in Internal storage private File createImageFile() throws

stackoverflow.com

 

728x90
댓글