回答編集履歴

1

パス修正

2017/10/20 01:19

投稿

Hoge2017
Hoge2017

スコア11

test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
 
21
- File file = new File("C:/Users/HDE32745/Desktop/testdata.mp4");
21
+ File file = new File("C:/testdata.mp4");
22
22
 
23
23
 
24
24
 
@@ -106,7 +106,7 @@
106
106
 
107
107
 
108
108
 
109
- FileOutputStream fos = new FileOutputStream("C:/Users/HDE32745/Desktop/output"+renban+".mp4");
109
+ FileOutputStream fos = new FileOutputStream("C:/output"+renban+".mp4");
110
110
 
111
111
  fos.write(data);
112
112