티스토리 뷰
public class FileWriterTest{
public static void main(String[] args){
System.out.println("Start");
String txt="테스트";
String path="D:\\batch\\";
File f=new File(path);
String pathFile="";
String fileName="text";
String ext=".txt";
SimpleDateFormat sdf=new SimpleDateFormat("yyyyMMdd");
Date date = new Date();
String yyyyMMdd=sdf.format(date);
pathFile=fileName+"_"+yyyyMMdd+ext;
Calendar cal =new GregorialCalendar();
cal.add(Calendar.DATE, -1_;
String yest=sdf.format(cal.getTime(););
pathFile=path+pathFile;
try{
if(!f.isDirectory()){
f.mkdir();
}
BufferedWriter fw=new BufferedWriter(new FileWriter(pathFile));
fw.write(txt);
fw.write(txt);
fw.flush();
fw.close();
}catch(Exception e){
e.printStackTrace();
}
System.out.println("End");
}
}
public static void main(String[] args){
System.out.println("Start");
String txt="테스트";
String path="D:\\batch\\";
File f=new File(path);
String pathFile="";
String fileName="text";
String ext=".txt";
SimpleDateFormat sdf=new SimpleDateFormat("yyyyMMdd");
Date date = new Date();
String yyyyMMdd=sdf.format(date);
pathFile=fileName+"_"+yyyyMMdd+ext;
Calendar cal =new GregorialCalendar();
cal.add(Calendar.DATE, -1_;
String yest=sdf.format(cal.getTime(););
pathFile=path+pathFile;
try{
if(!f.isDirectory()){
f.mkdir();
}
BufferedWriter fw=new BufferedWriter(new FileWriter(pathFile));
fw.write(txt);
fw.write(txt);
fw.flush();
fw.close();
}catch(Exception e){
e.printStackTrace();
}
System.out.println("End");
}
}
'자바(Java)' 카테고리의 다른 글
자바 파일 읽기 및 이동 (0) | 2019.08.05 |
---|---|
자바 개행문자 추가 파일 쓰기 (0) | 2019.08.05 |
jsp에서 config.properties 파일 읽는 방법 (0) | 2019.08.02 |
자바 일정 시간 후 전체화면 이미지 모니터 꽉 차게 (0) | 2019.07.31 |
자바 전체 화면 이미지 꽉 차게 (0) | 2019.07.31 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- xe애드온
- MySQL
- proc
- XE3
- xe addon
- 포인터
- EC
- Python
- php
- ocjap
- C
- 인포믹스
- webix
- 자바 smtp
- 문자열
- 프로씨
- 자바
- ocpjp
- XE
- 이클립스
- 플러터
- esql
- JDBC
- ocajp
- 파이썬
- 파싱
- 오라클
- 스크래핑
- C언어
- KG
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함